Uses of Interface
com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationProgressOrBuilder
-
Packages that use VideoAnnotationProgressOrBuilder Package Description com.google.cloud.videointelligence.v1p3beta1 A client to Cloud Video Intelligence API -
-
Uses of VideoAnnotationProgressOrBuilder in com.google.cloud.videointelligence.v1p3beta1
Classes in com.google.cloud.videointelligence.v1p3beta1 that implement VideoAnnotationProgressOrBuilder Modifier and Type Class Description class
VideoAnnotationProgress
Annotation progress for a single video.static class
VideoAnnotationProgress.Builder
Annotation progress for a single video.Methods in com.google.cloud.videointelligence.v1p3beta1 that return VideoAnnotationProgressOrBuilder Modifier and Type Method Description VideoAnnotationProgressOrBuilder
AnnotateVideoProgress.Builder. getAnnotationProgressOrBuilder(int index)
Progress metadata for all videos specified in `AnnotateVideoRequest`.VideoAnnotationProgressOrBuilder
AnnotateVideoProgress. getAnnotationProgressOrBuilder(int index)
Progress metadata for all videos specified in `AnnotateVideoRequest`.VideoAnnotationProgressOrBuilder
AnnotateVideoProgressOrBuilder. getAnnotationProgressOrBuilder(int index)
Progress metadata for all videos specified in `AnnotateVideoRequest`.Methods in com.google.cloud.videointelligence.v1p3beta1 that return types with arguments of type VideoAnnotationProgressOrBuilder Modifier and Type Method Description List<? extends VideoAnnotationProgressOrBuilder>
AnnotateVideoProgress.Builder. getAnnotationProgressOrBuilderList()
Progress metadata for all videos specified in `AnnotateVideoRequest`.List<? extends VideoAnnotationProgressOrBuilder>
AnnotateVideoProgress. getAnnotationProgressOrBuilderList()
Progress metadata for all videos specified in `AnnotateVideoRequest`.List<? extends VideoAnnotationProgressOrBuilder>
AnnotateVideoProgressOrBuilder. getAnnotationProgressOrBuilderList()
Progress metadata for all videos specified in `AnnotateVideoRequest`.
-