Uses of Interface
com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResultsOrBuilder
-
Packages that use VideoAnnotationResultsOrBuilder Package Description com.google.cloud.videointelligence.v1p3beta1 A client to Cloud Video Intelligence API -
-
Uses of VideoAnnotationResultsOrBuilder in com.google.cloud.videointelligence.v1p3beta1
Classes in com.google.cloud.videointelligence.v1p3beta1 that implement VideoAnnotationResultsOrBuilder Modifier and Type Class Description classVideoAnnotationResultsAnnotation results for a single video.static classVideoAnnotationResults.BuilderAnnotation results for a single video.Methods in com.google.cloud.videointelligence.v1p3beta1 that return VideoAnnotationResultsOrBuilder Modifier and Type Method Description VideoAnnotationResultsOrBuilderAnnotateVideoResponse.Builder. getAnnotationResultsOrBuilder(int index)Annotation results for all videos specified in `AnnotateVideoRequest`.VideoAnnotationResultsOrBuilderAnnotateVideoResponse. getAnnotationResultsOrBuilder(int index)Annotation results for all videos specified in `AnnotateVideoRequest`.VideoAnnotationResultsOrBuilderAnnotateVideoResponseOrBuilder. getAnnotationResultsOrBuilder(int index)Annotation results for all videos specified in `AnnotateVideoRequest`.Methods in com.google.cloud.videointelligence.v1p3beta1 that return types with arguments of type VideoAnnotationResultsOrBuilder Modifier and Type Method Description List<? extends VideoAnnotationResultsOrBuilder>AnnotateVideoResponse.Builder. getAnnotationResultsOrBuilderList()Annotation results for all videos specified in `AnnotateVideoRequest`.List<? extends VideoAnnotationResultsOrBuilder>AnnotateVideoResponse. getAnnotationResultsOrBuilderList()Annotation results for all videos specified in `AnnotateVideoRequest`.List<? extends VideoAnnotationResultsOrBuilder>AnnotateVideoResponseOrBuilder. getAnnotationResultsOrBuilderList()Annotation results for all videos specified in `AnnotateVideoRequest`.
-