Uses of Class
com.google.cloud.videointelligence.v1.ObjectTrackingAnnotation
-
Packages that use ObjectTrackingAnnotation Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of ObjectTrackingAnnotation in com.google.cloud.videointelligence.v1
Methods in com.google.cloud.videointelligence.v1 that return ObjectTrackingAnnotation Modifier and Type Method Description ObjectTrackingAnnotation
ObjectTrackingAnnotation.Builder. build()
ObjectTrackingAnnotation
ObjectTrackingAnnotation.Builder. buildPartial()
static ObjectTrackingAnnotation
ObjectTrackingAnnotation. getDefaultInstance()
ObjectTrackingAnnotation
ObjectTrackingAnnotation.Builder. getDefaultInstanceForType()
ObjectTrackingAnnotation
ObjectTrackingAnnotation. getDefaultInstanceForType()
ObjectTrackingAnnotation
VideoAnnotationResults.Builder. getObjectAnnotations(int index)
Annotations for list of objects detected and tracked in video.ObjectTrackingAnnotation
VideoAnnotationResults. getObjectAnnotations(int index)
Annotations for list of objects detected and tracked in video.ObjectTrackingAnnotation
VideoAnnotationResultsOrBuilder. getObjectAnnotations(int index)
Annotations for list of objects detected and tracked in video.static ObjectTrackingAnnotation
ObjectTrackingAnnotation. parseDelimitedFrom(InputStream input)
static ObjectTrackingAnnotation
ObjectTrackingAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ObjectTrackingAnnotation
ObjectTrackingAnnotation. parseFrom(byte[] data)
static ObjectTrackingAnnotation
ObjectTrackingAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ObjectTrackingAnnotation
ObjectTrackingAnnotation. parseFrom(com.google.protobuf.ByteString data)
static ObjectTrackingAnnotation
ObjectTrackingAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ObjectTrackingAnnotation
ObjectTrackingAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)
static ObjectTrackingAnnotation
ObjectTrackingAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ObjectTrackingAnnotation
ObjectTrackingAnnotation. parseFrom(InputStream input)
static ObjectTrackingAnnotation
ObjectTrackingAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ObjectTrackingAnnotation
ObjectTrackingAnnotation. parseFrom(ByteBuffer data)
static ObjectTrackingAnnotation
ObjectTrackingAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.videointelligence.v1 that return types with arguments of type ObjectTrackingAnnotation Modifier and Type Method Description List<ObjectTrackingAnnotation>
VideoAnnotationResults.Builder. getObjectAnnotationsList()
Annotations for list of objects detected and tracked in video.List<ObjectTrackingAnnotation>
VideoAnnotationResults. getObjectAnnotationsList()
Annotations for list of objects detected and tracked in video.List<ObjectTrackingAnnotation>
VideoAnnotationResultsOrBuilder. getObjectAnnotationsList()
Annotations for list of objects detected and tracked in video.com.google.protobuf.Parser<ObjectTrackingAnnotation>
ObjectTrackingAnnotation. getParserForType()
static com.google.protobuf.Parser<ObjectTrackingAnnotation>
ObjectTrackingAnnotation. parser()
Methods in com.google.cloud.videointelligence.v1 with parameters of type ObjectTrackingAnnotation Modifier and Type Method Description VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addObjectAnnotations(int index, ObjectTrackingAnnotation value)
Annotations for list of objects detected and tracked in video.VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addObjectAnnotations(ObjectTrackingAnnotation value)
Annotations for list of objects detected and tracked in video.ObjectTrackingAnnotation.Builder
ObjectTrackingAnnotation.Builder. mergeFrom(ObjectTrackingAnnotation other)
static ObjectTrackingAnnotation.Builder
ObjectTrackingAnnotation. newBuilder(ObjectTrackingAnnotation prototype)
VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. setObjectAnnotations(int index, ObjectTrackingAnnotation value)
Annotations for list of objects detected and tracked in video.Method parameters in com.google.cloud.videointelligence.v1 with type arguments of type ObjectTrackingAnnotation Modifier and Type Method Description VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addAllObjectAnnotations(Iterable<? extends ObjectTrackingAnnotation> values)
Annotations for list of objects detected and tracked in video.
-