- 2.52.0 (latest)
- 2.51.0
- 2.50.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.13
- 2.1.0
- 2.0.27
public final class ObjectTrackingAnnotation extends GeneratedMessageV3 implements ObjectTrackingAnnotationOrBuilder
Annotations corresponding to one tracked object.
Protobuf type google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ObjectTrackingAnnotationImplements
ObjectTrackingAnnotationOrBuilderStatic Fields
CONFIDENCE_FIELD_NUMBER
public static final int CONFIDENCE_FIELD_NUMBER
Type | Description |
int |
ENTITY_FIELD_NUMBER
public static final int ENTITY_FIELD_NUMBER
Type | Description |
int |
FRAMES_FIELD_NUMBER
public static final int FRAMES_FIELD_NUMBER
Type | Description |
int |
SEGMENT_FIELD_NUMBER
public static final int SEGMENT_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ObjectTrackingAnnotation getDefaultInstance()
Type | Description |
ObjectTrackingAnnotation |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ObjectTrackingAnnotation.Builder newBuilder()
Type | Description |
ObjectTrackingAnnotation.Builder |
newBuilder(ObjectTrackingAnnotation prototype)
public static ObjectTrackingAnnotation.Builder newBuilder(ObjectTrackingAnnotation prototype)
Name | Description |
prototype | ObjectTrackingAnnotation |
Type | Description |
ObjectTrackingAnnotation.Builder |
parseDelimitedFrom(InputStream input)
public static ObjectTrackingAnnotation parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ObjectTrackingAnnotation |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ObjectTrackingAnnotation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ObjectTrackingAnnotation |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ObjectTrackingAnnotation parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ObjectTrackingAnnotation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ObjectTrackingAnnotation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ObjectTrackingAnnotation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ObjectTrackingAnnotation parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ObjectTrackingAnnotation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ObjectTrackingAnnotation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ObjectTrackingAnnotation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ObjectTrackingAnnotation parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ObjectTrackingAnnotation |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ObjectTrackingAnnotation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ObjectTrackingAnnotation |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ObjectTrackingAnnotation parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ObjectTrackingAnnotation |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ObjectTrackingAnnotation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ObjectTrackingAnnotation |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ObjectTrackingAnnotation parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ObjectTrackingAnnotation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ObjectTrackingAnnotation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ObjectTrackingAnnotation |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ObjectTrackingAnnotation> parser()
Type | Description |
Parser<ObjectTrackingAnnotation> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getConfidence()
public float getConfidence()
Object category's labeling confidence of this track.
float confidence = 4;
Type | Description |
float | The confidence. |
getDefaultInstanceForType()
public ObjectTrackingAnnotation getDefaultInstanceForType()
Type | Description |
ObjectTrackingAnnotation |
getEntity()
public Entity getEntity()
Entity to specify the object category that this track is labeled as.
.google.cloud.videointelligence.v1p2beta1.Entity entity = 1;
Type | Description |
Entity | The entity. |
getEntityOrBuilder()
public EntityOrBuilder getEntityOrBuilder()
Entity to specify the object category that this track is labeled as.
.google.cloud.videointelligence.v1p2beta1.Entity entity = 1;
Type | Description |
EntityOrBuilder |
getFrames(int index)
public ObjectTrackingFrame getFrames(int index)
Information corresponding to all frames where this object track appears.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingFrame frames = 2;
Name | Description |
index | int |
Type | Description |
ObjectTrackingFrame |
getFramesCount()
public int getFramesCount()
Information corresponding to all frames where this object track appears.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingFrame frames = 2;
Type | Description |
int |
getFramesList()
public List<ObjectTrackingFrame> getFramesList()
Information corresponding to all frames where this object track appears.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingFrame frames = 2;
Type | Description |
List<ObjectTrackingFrame> |
getFramesOrBuilder(int index)
public ObjectTrackingFrameOrBuilder getFramesOrBuilder(int index)
Information corresponding to all frames where this object track appears.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingFrame frames = 2;
Name | Description |
index | int |
Type | Description |
ObjectTrackingFrameOrBuilder |
getFramesOrBuilderList()
public List<? extends ObjectTrackingFrameOrBuilder> getFramesOrBuilderList()
Information corresponding to all frames where this object track appears.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingFrame frames = 2;
Type | Description |
List<? extends com.google.cloud.videointelligence.v1p2beta1.ObjectTrackingFrameOrBuilder> |
getParserForType()
public Parser<ObjectTrackingAnnotation> getParserForType()
Type | Description |
Parser<ObjectTrackingAnnotation> |
getSegment()
public VideoSegment getSegment()
Each object track corresponds to one video segment where it appears.
.google.cloud.videointelligence.v1p2beta1.VideoSegment segment = 3;
Type | Description |
VideoSegment | The segment. |
getSegmentOrBuilder()
public VideoSegmentOrBuilder getSegmentOrBuilder()
Each object track corresponds to one video segment where it appears.
.google.cloud.videointelligence.v1p2beta1.VideoSegment segment = 3;
Type | Description |
VideoSegmentOrBuilder |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasEntity()
public boolean hasEntity()
Entity to specify the object category that this track is labeled as.
.google.cloud.videointelligence.v1p2beta1.Entity entity = 1;
Type | Description |
boolean | Whether the entity field is set. |
hasSegment()
public boolean hasSegment()
Each object track corresponds to one video segment where it appears.
.google.cloud.videointelligence.v1p2beta1.VideoSegment segment = 3;
Type | Description |
boolean | Whether the segment field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ObjectTrackingAnnotation.Builder newBuilderForType()
Type | Description |
ObjectTrackingAnnotation.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ObjectTrackingAnnotation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ObjectTrackingAnnotation.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ObjectTrackingAnnotation.Builder toBuilder()
Type | Description |
ObjectTrackingAnnotation.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |