public interface ObjectTrackingAnnotationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
float |
getConfidence()
Object category's labeling confidence of this track.
|
Entity |
getEntity()
Entity to specify the object category that this track is labeled as.
|
EntityOrBuilder |
getEntityOrBuilder()
Entity to specify the object category that this track is labeled as.
|
ObjectTrackingFrame |
getFrames(int index)
Information corresponding to all frames where this object track appears.
|
int |
getFramesCount()
Information corresponding to all frames where this object track appears.
|
List<ObjectTrackingFrame> |
getFramesList()
Information corresponding to all frames where this object track appears.
|
ObjectTrackingFrameOrBuilder |
getFramesOrBuilder(int index)
Information corresponding to all frames where this object track appears.
|
List<? extends ObjectTrackingFrameOrBuilder> |
getFramesOrBuilderList()
Information corresponding to all frames where this object track appears.
|
VideoSegment |
getSegment()
Each object track corresponds to one video segment where it appears.
|
VideoSegmentOrBuilder |
getSegmentOrBuilder()
Each object track corresponds to one video segment where it appears.
|
boolean |
hasEntity()
Entity to specify the object category that this track is labeled as.
|
boolean |
hasSegment()
Each object track corresponds to one video segment where it appears.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasEntity()
Entity to specify the object category that this track is labeled as.
.google.cloud.videointelligence.v1p2beta1.Entity entity = 1;
Entity getEntity()
Entity to specify the object category that this track is labeled as.
.google.cloud.videointelligence.v1p2beta1.Entity entity = 1;
EntityOrBuilder getEntityOrBuilder()
Entity to specify the object category that this track is labeled as.
.google.cloud.videointelligence.v1p2beta1.Entity entity = 1;
float getConfidence()
Object category's labeling confidence of this track.
float confidence = 4;
List<ObjectTrackingFrame> getFramesList()
Information corresponding to all frames where this object track appears.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingFrame frames = 2;
ObjectTrackingFrame getFrames(int index)
Information corresponding to all frames where this object track appears.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingFrame frames = 2;
int getFramesCount()
Information corresponding to all frames where this object track appears.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingFrame frames = 2;
List<? extends ObjectTrackingFrameOrBuilder> getFramesOrBuilderList()
Information corresponding to all frames where this object track appears.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingFrame frames = 2;
ObjectTrackingFrameOrBuilder getFramesOrBuilder(int index)
Information corresponding to all frames where this object track appears.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingFrame frames = 2;
boolean hasSegment()
Each object track corresponds to one video segment where it appears.
.google.cloud.videointelligence.v1p2beta1.VideoSegment segment = 3;
VideoSegment getSegment()
Each object track corresponds to one video segment where it appears.
.google.cloud.videointelligence.v1p2beta1.VideoSegment segment = 3;
VideoSegmentOrBuilder getSegmentOrBuilder()
Each object track corresponds to one video segment where it appears.
.google.cloud.videointelligence.v1p2beta1.VideoSegment segment = 3;
Copyright © 2021 Google LLC. All rights reserved.