Uses of Interface
com.google.cloud.videointelligence.v1p2beta1.VideoAnnotationResultsOrBuilder
-
Packages that use VideoAnnotationResultsOrBuilder Package Description com.google.cloud.videointelligence.v1p2beta1 A client to Cloud Video Intelligence API -
-
Uses of VideoAnnotationResultsOrBuilder in com.google.cloud.videointelligence.v1p2beta1
Classes in com.google.cloud.videointelligence.v1p2beta1 that implement VideoAnnotationResultsOrBuilder Modifier and Type Class Description class
VideoAnnotationResults
Annotation results for a single video.static class
VideoAnnotationResults.Builder
Annotation results for a single video.Methods in com.google.cloud.videointelligence.v1p2beta1 that return VideoAnnotationResultsOrBuilder Modifier and Type Method Description VideoAnnotationResultsOrBuilder
AnnotateVideoResponse.Builder. getAnnotationResultsOrBuilder(int index)
Annotation results for all videos specified in `AnnotateVideoRequest`.VideoAnnotationResultsOrBuilder
AnnotateVideoResponse. getAnnotationResultsOrBuilder(int index)
Annotation results for all videos specified in `AnnotateVideoRequest`.VideoAnnotationResultsOrBuilder
AnnotateVideoResponseOrBuilder. getAnnotationResultsOrBuilder(int index)
Annotation results for all videos specified in `AnnotateVideoRequest`.Methods in com.google.cloud.videointelligence.v1p2beta1 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`.
-