Uses of Class
com.google.cloud.videointelligence.v1p2beta1.VideoAnnotationProgress
-
Packages that use VideoAnnotationProgress Package Description com.google.cloud.videointelligence.v1p2beta1 A client to Cloud Video Intelligence API -
-
Uses of VideoAnnotationProgress in com.google.cloud.videointelligence.v1p2beta1
Methods in com.google.cloud.videointelligence.v1p2beta1 that return VideoAnnotationProgress Modifier and Type Method Description VideoAnnotationProgress
VideoAnnotationProgress.Builder. build()
VideoAnnotationProgress
VideoAnnotationProgress.Builder. buildPartial()
VideoAnnotationProgress
AnnotateVideoProgress.Builder. getAnnotationProgress(int index)
Progress metadata for all videos specified in `AnnotateVideoRequest`.VideoAnnotationProgress
AnnotateVideoProgress. getAnnotationProgress(int index)
Progress metadata for all videos specified in `AnnotateVideoRequest`.VideoAnnotationProgress
AnnotateVideoProgressOrBuilder. getAnnotationProgress(int index)
Progress metadata for all videos specified in `AnnotateVideoRequest`.static VideoAnnotationProgress
VideoAnnotationProgress. getDefaultInstance()
VideoAnnotationProgress
VideoAnnotationProgress.Builder. getDefaultInstanceForType()
VideoAnnotationProgress
VideoAnnotationProgress. getDefaultInstanceForType()
static VideoAnnotationProgress
VideoAnnotationProgress. parseDelimitedFrom(InputStream input)
static VideoAnnotationProgress
VideoAnnotationProgress. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoAnnotationProgress
VideoAnnotationProgress. parseFrom(byte[] data)
static VideoAnnotationProgress
VideoAnnotationProgress. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoAnnotationProgress
VideoAnnotationProgress. parseFrom(com.google.protobuf.ByteString data)
static VideoAnnotationProgress
VideoAnnotationProgress. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoAnnotationProgress
VideoAnnotationProgress. parseFrom(com.google.protobuf.CodedInputStream input)
static VideoAnnotationProgress
VideoAnnotationProgress. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoAnnotationProgress
VideoAnnotationProgress. parseFrom(InputStream input)
static VideoAnnotationProgress
VideoAnnotationProgress. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoAnnotationProgress
VideoAnnotationProgress. parseFrom(ByteBuffer data)
static VideoAnnotationProgress
VideoAnnotationProgress. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.videointelligence.v1p2beta1 that return types with arguments of type VideoAnnotationProgress Modifier and Type Method Description List<VideoAnnotationProgress>
AnnotateVideoProgress.Builder. getAnnotationProgressList()
Progress metadata for all videos specified in `AnnotateVideoRequest`.List<VideoAnnotationProgress>
AnnotateVideoProgress. getAnnotationProgressList()
Progress metadata for all videos specified in `AnnotateVideoRequest`.List<VideoAnnotationProgress>
AnnotateVideoProgressOrBuilder. getAnnotationProgressList()
Progress metadata for all videos specified in `AnnotateVideoRequest`.com.google.protobuf.Parser<VideoAnnotationProgress>
VideoAnnotationProgress. getParserForType()
static com.google.protobuf.Parser<VideoAnnotationProgress>
VideoAnnotationProgress. parser()
Methods in com.google.cloud.videointelligence.v1p2beta1 with parameters of type VideoAnnotationProgress Modifier and Type Method Description AnnotateVideoProgress.Builder
AnnotateVideoProgress.Builder. addAnnotationProgress(int index, VideoAnnotationProgress value)
Progress metadata for all videos specified in `AnnotateVideoRequest`.AnnotateVideoProgress.Builder
AnnotateVideoProgress.Builder. addAnnotationProgress(VideoAnnotationProgress value)
Progress metadata for all videos specified in `AnnotateVideoRequest`.VideoAnnotationProgress.Builder
VideoAnnotationProgress.Builder. mergeFrom(VideoAnnotationProgress other)
static VideoAnnotationProgress.Builder
VideoAnnotationProgress. newBuilder(VideoAnnotationProgress prototype)
AnnotateVideoProgress.Builder
AnnotateVideoProgress.Builder. setAnnotationProgress(int index, VideoAnnotationProgress value)
Progress metadata for all videos specified in `AnnotateVideoRequest`.Method parameters in com.google.cloud.videointelligence.v1p2beta1 with type arguments of type VideoAnnotationProgress Modifier and Type Method Description AnnotateVideoProgress.Builder
AnnotateVideoProgress.Builder. addAllAnnotationProgress(Iterable<? extends VideoAnnotationProgress> values)
Progress metadata for all videos specified in `AnnotateVideoRequest`.
-