Uses of Interface
com.google.cloud.videointelligence.v1.ObjectTrackingFrameOrBuilder
-
Packages that use ObjectTrackingFrameOrBuilder Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of ObjectTrackingFrameOrBuilder in com.google.cloud.videointelligence.v1
Classes in com.google.cloud.videointelligence.v1 that implement ObjectTrackingFrameOrBuilder Modifier and Type Class Description class
ObjectTrackingFrame
Video frame level annotations for object detection and tracking.static class
ObjectTrackingFrame.Builder
Video frame level annotations for object detection and tracking.Methods in com.google.cloud.videointelligence.v1 that return ObjectTrackingFrameOrBuilder Modifier and Type Method Description ObjectTrackingFrameOrBuilder
ObjectTrackingAnnotation.Builder. getFramesOrBuilder(int index)
Information corresponding to all frames where this object track appears.ObjectTrackingFrameOrBuilder
ObjectTrackingAnnotation. getFramesOrBuilder(int index)
Information corresponding to all frames where this object track appears.ObjectTrackingFrameOrBuilder
ObjectTrackingAnnotationOrBuilder. getFramesOrBuilder(int index)
Information corresponding to all frames where this object track appears.Methods in com.google.cloud.videointelligence.v1 that return types with arguments of type ObjectTrackingFrameOrBuilder Modifier and Type Method Description List<? extends ObjectTrackingFrameOrBuilder>
ObjectTrackingAnnotation.Builder. getFramesOrBuilderList()
Information corresponding to all frames where this object track appears.List<? extends ObjectTrackingFrameOrBuilder>
ObjectTrackingAnnotation. getFramesOrBuilderList()
Information corresponding to all frames where this object track appears.List<? extends ObjectTrackingFrameOrBuilder>
ObjectTrackingAnnotationOrBuilder. getFramesOrBuilderList()
Information corresponding to all frames where this object track appears.
-