Class CelebrityTrack (2.41.0)

public final class CelebrityTrack extends GeneratedMessageV3 implements CelebrityTrackOrBuilder

The annotation result of a celebrity face track. RecognizedCelebrity field could be empty if the face track does not have any matched celebrities.

Protobuf type google.cloud.videointelligence.v1p3beta1.CelebrityTrack

Static Fields

CELEBRITIES_FIELD_NUMBER

public static final int CELEBRITIES_FIELD_NUMBER
Field Value
Type Description
int

FACE_TRACK_FIELD_NUMBER

public static final int FACE_TRACK_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static CelebrityTrack getDefaultInstance()
Returns
Type Description
CelebrityTrack

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static CelebrityTrack.Builder newBuilder()
Returns
Type Description
CelebrityTrack.Builder

newBuilder(CelebrityTrack prototype)

public static CelebrityTrack.Builder newBuilder(CelebrityTrack prototype)
Parameter
Name Description
prototype CelebrityTrack
Returns
Type Description
CelebrityTrack.Builder

parseDelimitedFrom(InputStream input)

public static CelebrityTrack parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CelebrityTrack
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CelebrityTrack parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CelebrityTrack
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static CelebrityTrack parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
CelebrityTrack
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CelebrityTrack parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CelebrityTrack
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CelebrityTrack parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
CelebrityTrack
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CelebrityTrack parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CelebrityTrack
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CelebrityTrack parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
CelebrityTrack
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CelebrityTrack parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CelebrityTrack
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static CelebrityTrack parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CelebrityTrack
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CelebrityTrack parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CelebrityTrack
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static CelebrityTrack parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
CelebrityTrack
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CelebrityTrack parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CelebrityTrack
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<CelebrityTrack> parser()
Returns
Type Description
Parser<CelebrityTrack>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCelebrities(int index)

public CelebrityTrack.RecognizedCelebrity getCelebrities(int index)

Top N match of the celebrities for the face in this track.

repeated .google.cloud.videointelligence.v1p3beta1.CelebrityTrack.RecognizedCelebrity celebrities = 1;

Parameter
Name Description
index int
Returns
Type Description
CelebrityTrack.RecognizedCelebrity

getCelebritiesCount()

public int getCelebritiesCount()

Top N match of the celebrities for the face in this track.

repeated .google.cloud.videointelligence.v1p3beta1.CelebrityTrack.RecognizedCelebrity celebrities = 1;

Returns
Type Description
int

getCelebritiesList()

public List<CelebrityTrack.RecognizedCelebrity> getCelebritiesList()

Top N match of the celebrities for the face in this track.

repeated .google.cloud.videointelligence.v1p3beta1.CelebrityTrack.RecognizedCelebrity celebrities = 1;

Returns
Type Description
List<RecognizedCelebrity>

getCelebritiesOrBuilder(int index)

public CelebrityTrack.RecognizedCelebrityOrBuilder getCelebritiesOrBuilder(int index)

Top N match of the celebrities for the face in this track.

repeated .google.cloud.videointelligence.v1p3beta1.CelebrityTrack.RecognizedCelebrity celebrities = 1;

Parameter
Name Description
index int
Returns
Type Description
CelebrityTrack.RecognizedCelebrityOrBuilder

getCelebritiesOrBuilderList()

public List<? extends CelebrityTrack.RecognizedCelebrityOrBuilder> getCelebritiesOrBuilderList()

Top N match of the celebrities for the face in this track.

repeated .google.cloud.videointelligence.v1p3beta1.CelebrityTrack.RecognizedCelebrity celebrities = 1;

Returns
Type Description
List<? extends com.google.cloud.videointelligence.v1p3beta1.CelebrityTrack.RecognizedCelebrityOrBuilder>

getDefaultInstanceForType()

public CelebrityTrack getDefaultInstanceForType()
Returns
Type Description
CelebrityTrack

getFaceTrack()

public Track getFaceTrack()

A track of a person's face.

.google.cloud.videointelligence.v1p3beta1.Track face_track = 3;

Returns
Type Description
Track

The faceTrack.

getFaceTrackOrBuilder()

public TrackOrBuilder getFaceTrackOrBuilder()

A track of a person's face.

.google.cloud.videointelligence.v1p3beta1.Track face_track = 3;

Returns
Type Description
TrackOrBuilder

getParserForType()

public Parser<CelebrityTrack> getParserForType()
Returns
Type Description
Parser<CelebrityTrack>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasFaceTrack()

public boolean hasFaceTrack()

A track of a person's face.

.google.cloud.videointelligence.v1p3beta1.Track face_track = 3;

Returns
Type Description
boolean

Whether the faceTrack field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public CelebrityTrack.Builder newBuilderForType()
Returns
Type Description
CelebrityTrack.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CelebrityTrack.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
CelebrityTrack.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public CelebrityTrack.Builder toBuilder()
Returns
Type Description
CelebrityTrack.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException