Uses of Interface
com.google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotationOrBuilder
-
Packages that use ObjectTrackingAnnotationOrBuilder Package Description com.google.cloud.videointelligence.v1p2beta1 A client to Cloud Video Intelligence API -
-
Uses of ObjectTrackingAnnotationOrBuilder in com.google.cloud.videointelligence.v1p2beta1
Classes in com.google.cloud.videointelligence.v1p2beta1 that implement ObjectTrackingAnnotationOrBuilder Modifier and Type Class Description class
ObjectTrackingAnnotation
Annotations corresponding to one tracked object.static class
ObjectTrackingAnnotation.Builder
Annotations corresponding to one tracked object.Methods in com.google.cloud.videointelligence.v1p2beta1 that return ObjectTrackingAnnotationOrBuilder Modifier and Type Method Description ObjectTrackingAnnotationOrBuilder
VideoAnnotationResults.Builder. getObjectAnnotationsOrBuilder(int index)
Annotations for list of objects detected and tracked in video.ObjectTrackingAnnotationOrBuilder
VideoAnnotationResults. getObjectAnnotationsOrBuilder(int index)
Annotations for list of objects detected and tracked in video.ObjectTrackingAnnotationOrBuilder
VideoAnnotationResultsOrBuilder. getObjectAnnotationsOrBuilder(int index)
Annotations for list of objects detected and tracked in video.Methods in com.google.cloud.videointelligence.v1p2beta1 that return types with arguments of type ObjectTrackingAnnotationOrBuilder Modifier and Type Method Description List<? extends ObjectTrackingAnnotationOrBuilder>
VideoAnnotationResults.Builder. getObjectAnnotationsOrBuilderList()
Annotations for list of objects detected and tracked in video.List<? extends ObjectTrackingAnnotationOrBuilder>
VideoAnnotationResults. getObjectAnnotationsOrBuilderList()
Annotations for list of objects detected and tracked in video.List<? extends ObjectTrackingAnnotationOrBuilder>
VideoAnnotationResultsOrBuilder. getObjectAnnotationsOrBuilderList()
Annotations for list of objects detected and tracked in video.
-