Uses of Class
com.google.cloud.videointelligence.v1p2beta1.VideoContext
-
Packages that use VideoContext Package Description com.google.cloud.videointelligence.v1p2beta1 A client to Cloud Video Intelligence API -
-
Uses of VideoContext in com.google.cloud.videointelligence.v1p2beta1
Methods in com.google.cloud.videointelligence.v1p2beta1 that return VideoContext Modifier and Type Method Description VideoContext
VideoContext.Builder. build()
VideoContext
VideoContext.Builder. buildPartial()
static VideoContext
VideoContext. getDefaultInstance()
VideoContext
VideoContext.Builder. getDefaultInstanceForType()
VideoContext
VideoContext. getDefaultInstanceForType()
VideoContext
AnnotateVideoRequest.Builder. getVideoContext()
Additional video context and/or feature-specific parameters.VideoContext
AnnotateVideoRequest. getVideoContext()
Additional video context and/or feature-specific parameters.VideoContext
AnnotateVideoRequestOrBuilder. getVideoContext()
Additional video context and/or feature-specific parameters.static VideoContext
VideoContext. parseDelimitedFrom(InputStream input)
static VideoContext
VideoContext. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoContext
VideoContext. parseFrom(byte[] data)
static VideoContext
VideoContext. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoContext
VideoContext. parseFrom(com.google.protobuf.ByteString data)
static VideoContext
VideoContext. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoContext
VideoContext. parseFrom(com.google.protobuf.CodedInputStream input)
static VideoContext
VideoContext. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoContext
VideoContext. parseFrom(InputStream input)
static VideoContext
VideoContext. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoContext
VideoContext. parseFrom(ByteBuffer data)
static VideoContext
VideoContext. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.videointelligence.v1p2beta1 that return types with arguments of type VideoContext Modifier and Type Method Description com.google.protobuf.Parser<VideoContext>
VideoContext. getParserForType()
static com.google.protobuf.Parser<VideoContext>
VideoContext. parser()
Methods in com.google.cloud.videointelligence.v1p2beta1 with parameters of type VideoContext Modifier and Type Method Description VideoContext.Builder
VideoContext.Builder. mergeFrom(VideoContext other)
AnnotateVideoRequest.Builder
AnnotateVideoRequest.Builder. mergeVideoContext(VideoContext value)
Additional video context and/or feature-specific parameters.static VideoContext.Builder
VideoContext. newBuilder(VideoContext prototype)
AnnotateVideoRequest.Builder
AnnotateVideoRequest.Builder. setVideoContext(VideoContext value)
Additional video context and/or feature-specific parameters.
-