Uses of Class
com.google.cloud.videointelligence.v1beta2.VideoAnnotationResults
-
Packages that use VideoAnnotationResults Package Description com.google.cloud.videointelligence.v1beta2 A client to Google Cloud Video Intelligence API -
-
Uses of VideoAnnotationResults in com.google.cloud.videointelligence.v1beta2
Methods in com.google.cloud.videointelligence.v1beta2 that return VideoAnnotationResults Modifier and Type Method Description VideoAnnotationResultsVideoAnnotationResults.Builder. build()VideoAnnotationResultsVideoAnnotationResults.Builder. buildPartial()VideoAnnotationResultsAnnotateVideoResponse.Builder. getAnnotationResults(int index)Annotation results for all videos specified in `AnnotateVideoRequest`.VideoAnnotationResultsAnnotateVideoResponse. getAnnotationResults(int index)Annotation results for all videos specified in `AnnotateVideoRequest`.VideoAnnotationResultsAnnotateVideoResponseOrBuilder. getAnnotationResults(int index)Annotation results for all videos specified in `AnnotateVideoRequest`.static VideoAnnotationResultsVideoAnnotationResults. getDefaultInstance()VideoAnnotationResultsVideoAnnotationResults.Builder. getDefaultInstanceForType()VideoAnnotationResultsVideoAnnotationResults. getDefaultInstanceForType()static VideoAnnotationResultsVideoAnnotationResults. parseDelimitedFrom(InputStream input)static VideoAnnotationResultsVideoAnnotationResults. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoAnnotationResultsVideoAnnotationResults. parseFrom(byte[] data)static VideoAnnotationResultsVideoAnnotationResults. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoAnnotationResultsVideoAnnotationResults. parseFrom(com.google.protobuf.ByteString data)static VideoAnnotationResultsVideoAnnotationResults. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoAnnotationResultsVideoAnnotationResults. parseFrom(com.google.protobuf.CodedInputStream input)static VideoAnnotationResultsVideoAnnotationResults. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoAnnotationResultsVideoAnnotationResults. parseFrom(InputStream input)static VideoAnnotationResultsVideoAnnotationResults. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoAnnotationResultsVideoAnnotationResults. parseFrom(ByteBuffer data)static VideoAnnotationResultsVideoAnnotationResults. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.videointelligence.v1beta2 that return types with arguments of type VideoAnnotationResults Modifier and Type Method Description List<VideoAnnotationResults>AnnotateVideoResponse.Builder. getAnnotationResultsList()Annotation results for all videos specified in `AnnotateVideoRequest`.List<VideoAnnotationResults>AnnotateVideoResponse. getAnnotationResultsList()Annotation results for all videos specified in `AnnotateVideoRequest`.List<VideoAnnotationResults>AnnotateVideoResponseOrBuilder. getAnnotationResultsList()Annotation results for all videos specified in `AnnotateVideoRequest`.com.google.protobuf.Parser<VideoAnnotationResults>VideoAnnotationResults. getParserForType()static com.google.protobuf.Parser<VideoAnnotationResults>VideoAnnotationResults. parser()Methods in com.google.cloud.videointelligence.v1beta2 with parameters of type VideoAnnotationResults Modifier and Type Method Description AnnotateVideoResponse.BuilderAnnotateVideoResponse.Builder. addAnnotationResults(int index, VideoAnnotationResults value)Annotation results for all videos specified in `AnnotateVideoRequest`.AnnotateVideoResponse.BuilderAnnotateVideoResponse.Builder. addAnnotationResults(VideoAnnotationResults value)Annotation results for all videos specified in `AnnotateVideoRequest`.VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. mergeFrom(VideoAnnotationResults other)static VideoAnnotationResults.BuilderVideoAnnotationResults. newBuilder(VideoAnnotationResults prototype)AnnotateVideoResponse.BuilderAnnotateVideoResponse.Builder. setAnnotationResults(int index, VideoAnnotationResults value)Annotation results for all videos specified in `AnnotateVideoRequest`.Method parameters in com.google.cloud.videointelligence.v1beta2 with type arguments of type VideoAnnotationResults Modifier and Type Method Description AnnotateVideoResponse.BuilderAnnotateVideoResponse.Builder. addAllAnnotationResults(Iterable<? extends VideoAnnotationResults> values)Annotation results for all videos specified in `AnnotateVideoRequest`.
-