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 ObjectTrackingAnnotationObjectTrackingAnnotation.Builder. build()ObjectTrackingAnnotationObjectTrackingAnnotation.Builder. buildPartial()static ObjectTrackingAnnotationObjectTrackingAnnotation. getDefaultInstance()ObjectTrackingAnnotationObjectTrackingAnnotation.Builder. getDefaultInstanceForType()ObjectTrackingAnnotationObjectTrackingAnnotation. getDefaultInstanceForType()ObjectTrackingAnnotationVideoAnnotationResults.Builder. getObjectAnnotations(int index)Annotations for list of objects detected and tracked in video.ObjectTrackingAnnotationVideoAnnotationResults. getObjectAnnotations(int index)Annotations for list of objects detected and tracked in video.ObjectTrackingAnnotationVideoAnnotationResultsOrBuilder. getObjectAnnotations(int index)Annotations for list of objects detected and tracked in video.static ObjectTrackingAnnotationObjectTrackingAnnotation. parseDelimitedFrom(InputStream input)static ObjectTrackingAnnotationObjectTrackingAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectTrackingAnnotationObjectTrackingAnnotation. parseFrom(byte[] data)static ObjectTrackingAnnotationObjectTrackingAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectTrackingAnnotationObjectTrackingAnnotation. parseFrom(com.google.protobuf.ByteString data)static ObjectTrackingAnnotationObjectTrackingAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectTrackingAnnotationObjectTrackingAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)static ObjectTrackingAnnotationObjectTrackingAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectTrackingAnnotationObjectTrackingAnnotation. parseFrom(InputStream input)static ObjectTrackingAnnotationObjectTrackingAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectTrackingAnnotationObjectTrackingAnnotation. parseFrom(ByteBuffer data)static ObjectTrackingAnnotationObjectTrackingAnnotation. 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.BuilderVideoAnnotationResults.Builder. addObjectAnnotations(int index, ObjectTrackingAnnotation value)Annotations for list of objects detected and tracked in video.VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. addObjectAnnotations(ObjectTrackingAnnotation value)Annotations for list of objects detected and tracked in video.ObjectTrackingAnnotation.BuilderObjectTrackingAnnotation.Builder. mergeFrom(ObjectTrackingAnnotation other)static ObjectTrackingAnnotation.BuilderObjectTrackingAnnotation. newBuilder(ObjectTrackingAnnotation prototype)VideoAnnotationResults.BuilderVideoAnnotationResults.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.BuilderVideoAnnotationResults.Builder. addAllObjectAnnotations(Iterable<? extends ObjectTrackingAnnotation> values)Annotations for list of objects detected and tracked in video.
-