Class LabelAnnotation (2.41.0)

public final class LabelAnnotation extends GeneratedMessageV3 implements LabelAnnotationOrBuilder

Label annotation.

Protobuf type google.cloud.videointelligence.v1beta2.LabelAnnotation

Static Fields

CATEGORY_ENTITIES_FIELD_NUMBER

public static final int CATEGORY_ENTITIES_FIELD_NUMBER
Field Value
Type Description
int

ENTITY_FIELD_NUMBER

public static final int ENTITY_FIELD_NUMBER
Field Value
Type Description
int

FRAMES_FIELD_NUMBER

public static final int FRAMES_FIELD_NUMBER
Field Value
Type Description
int

SEGMENTS_FIELD_NUMBER

public static final int SEGMENTS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static LabelAnnotation getDefaultInstance()
Returns
Type Description
LabelAnnotation

getDescriptor()

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

newBuilder()

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

newBuilder(LabelAnnotation prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getCategoryEntities(int index)

public Entity getCategoryEntities(int index)

Common categories for the detected entity. E.g. when the label is Terrier the category is likely dog. And in some cases there might be more than one categories e.g. Terrier could also be a pet.

repeated .google.cloud.videointelligence.v1beta2.Entity category_entities = 2;

Parameter
Name Description
index int
Returns
Type Description
Entity

getCategoryEntitiesCount()

public int getCategoryEntitiesCount()

Common categories for the detected entity. E.g. when the label is Terrier the category is likely dog. And in some cases there might be more than one categories e.g. Terrier could also be a pet.

repeated .google.cloud.videointelligence.v1beta2.Entity category_entities = 2;

Returns
Type Description
int

getCategoryEntitiesList()

public List<Entity> getCategoryEntitiesList()

Common categories for the detected entity. E.g. when the label is Terrier the category is likely dog. And in some cases there might be more than one categories e.g. Terrier could also be a pet.

repeated .google.cloud.videointelligence.v1beta2.Entity category_entities = 2;

Returns
Type Description
List<Entity>

getCategoryEntitiesOrBuilder(int index)

public EntityOrBuilder getCategoryEntitiesOrBuilder(int index)

Common categories for the detected entity. E.g. when the label is Terrier the category is likely dog. And in some cases there might be more than one categories e.g. Terrier could also be a pet.

repeated .google.cloud.videointelligence.v1beta2.Entity category_entities = 2;

Parameter
Name Description
index int
Returns
Type Description
EntityOrBuilder

getCategoryEntitiesOrBuilderList()

public List<? extends EntityOrBuilder> getCategoryEntitiesOrBuilderList()

Common categories for the detected entity. E.g. when the label is Terrier the category is likely dog. And in some cases there might be more than one categories e.g. Terrier could also be a pet.

repeated .google.cloud.videointelligence.v1beta2.Entity category_entities = 2;

Returns
Type Description
List<? extends com.google.cloud.videointelligence.v1beta2.EntityOrBuilder>

getDefaultInstanceForType()

public LabelAnnotation getDefaultInstanceForType()
Returns
Type Description
LabelAnnotation

getEntity()

public Entity getEntity()

Detected entity.

.google.cloud.videointelligence.v1beta2.Entity entity = 1;

Returns
Type Description
Entity

The entity.

getEntityOrBuilder()

public EntityOrBuilder getEntityOrBuilder()

Detected entity.

.google.cloud.videointelligence.v1beta2.Entity entity = 1;

Returns
Type Description
EntityOrBuilder

getFrames(int index)

public LabelFrame getFrames(int index)

All video frames where a label was detected.

repeated .google.cloud.videointelligence.v1beta2.LabelFrame frames = 4;

Parameter
Name Description
index int
Returns
Type Description
LabelFrame

getFramesCount()

public int getFramesCount()

All video frames where a label was detected.

repeated .google.cloud.videointelligence.v1beta2.LabelFrame frames = 4;

Returns
Type Description
int

getFramesList()

public List<LabelFrame> getFramesList()

All video frames where a label was detected.

repeated .google.cloud.videointelligence.v1beta2.LabelFrame frames = 4;

Returns
Type Description
List<LabelFrame>

getFramesOrBuilder(int index)

public LabelFrameOrBuilder getFramesOrBuilder(int index)

All video frames where a label was detected.

repeated .google.cloud.videointelligence.v1beta2.LabelFrame frames = 4;

Parameter
Name Description
index int
Returns
Type Description
LabelFrameOrBuilder

getFramesOrBuilderList()

public List<? extends LabelFrameOrBuilder> getFramesOrBuilderList()

All video frames where a label was detected.

repeated .google.cloud.videointelligence.v1beta2.LabelFrame frames = 4;

Returns
Type Description
List<? extends com.google.cloud.videointelligence.v1beta2.LabelFrameOrBuilder>

getParserForType()

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

getSegments(int index)

public LabelSegment getSegments(int index)

All video segments where a label was detected.

repeated .google.cloud.videointelligence.v1beta2.LabelSegment segments = 3;

Parameter
Name Description
index int
Returns
Type Description
LabelSegment

getSegmentsCount()

public int getSegmentsCount()

All video segments where a label was detected.

repeated .google.cloud.videointelligence.v1beta2.LabelSegment segments = 3;

Returns
Type Description
int

getSegmentsList()

public List<LabelSegment> getSegmentsList()

All video segments where a label was detected.

repeated .google.cloud.videointelligence.v1beta2.LabelSegment segments = 3;

Returns
Type Description
List<LabelSegment>

getSegmentsOrBuilder(int index)

public LabelSegmentOrBuilder getSegmentsOrBuilder(int index)

All video segments where a label was detected.

repeated .google.cloud.videointelligence.v1beta2.LabelSegment segments = 3;

Parameter
Name Description
index int
Returns
Type Description
LabelSegmentOrBuilder

getSegmentsOrBuilderList()

public List<? extends LabelSegmentOrBuilder> getSegmentsOrBuilderList()

All video segments where a label was detected.

repeated .google.cloud.videointelligence.v1beta2.LabelSegment segments = 3;

Returns
Type Description
List<? extends com.google.cloud.videointelligence.v1beta2.LabelSegmentOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasEntity()

public boolean hasEntity()

Detected entity.

.google.cloud.videointelligence.v1beta2.Entity entity = 1;

Returns
Type Description
boolean

Whether the entity 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 LabelAnnotation.Builder newBuilderForType()
Returns
Type Description
LabelAnnotation.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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