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