Class CelebrityTrack.RecognizedCelebrity (2.43.0)

public static final class CelebrityTrack.RecognizedCelebrity extends GeneratedMessageV3 implements CelebrityTrack.RecognizedCelebrityOrBuilder

The recognized celebrity with confidence score.

Protobuf type google.cloud.videointelligence.v1p3beta1.CelebrityTrack.RecognizedCelebrity

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CelebrityTrack.RecognizedCelebrity

Static Fields

CELEBRITY_FIELD_NUMBER

public static final int CELEBRITY_FIELD_NUMBER
Field Value
Type Description
int

CONFIDENCE_FIELD_NUMBER

public static final int CONFIDENCE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static CelebrityTrack.RecognizedCelebrity getDefaultInstance()
Returns
Type Description
CelebrityTrack.RecognizedCelebrity

getDescriptor()

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

newBuilder()

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

newBuilder(CelebrityTrack.RecognizedCelebrity prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getCelebrity()

public Celebrity getCelebrity()

The recognized celebrity.

.google.cloud.videointelligence.v1p3beta1.Celebrity celebrity = 1;

Returns
Type Description
Celebrity

The celebrity.

getCelebrityOrBuilder()

public CelebrityOrBuilder getCelebrityOrBuilder()

The recognized celebrity.

.google.cloud.videointelligence.v1p3beta1.Celebrity celebrity = 1;

Returns
Type Description
CelebrityOrBuilder

getConfidence()

public float getConfidence()

Recognition confidence. Range [0, 1].

float confidence = 2;

Returns
Type Description
float

The confidence.

getDefaultInstanceForType()

public CelebrityTrack.RecognizedCelebrity getDefaultInstanceForType()
Returns
Type Description
CelebrityTrack.RecognizedCelebrity

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasCelebrity()

public boolean hasCelebrity()

The recognized celebrity.

.google.cloud.videointelligence.v1p3beta1.Celebrity celebrity = 1;

Returns
Type Description
boolean

Whether the celebrity 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.RecognizedCelebrity.Builder newBuilderForType()
Returns
Type Description
CelebrityTrack.RecognizedCelebrity.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CelebrityTrack.RecognizedCelebrity.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
CelebrityTrack.RecognizedCelebrity.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.RecognizedCelebrity.Builder toBuilder()
Returns
Type Description
CelebrityTrack.RecognizedCelebrity.Builder

writeTo(CodedOutputStream output)

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