Uses of Class
com.google.cloud.vision.v1p4beta1.ImageContext
-
Packages that use ImageContext Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision API -
-
Uses of ImageContext in com.google.cloud.vision.v1p4beta1
Methods in com.google.cloud.vision.v1p4beta1 that return ImageContext Modifier and Type Method Description ImageContext
ImageContext.Builder. build()
ImageContext
ImageContext.Builder. buildPartial()
static ImageContext
ImageContext. getDefaultInstance()
ImageContext
ImageContext.Builder. getDefaultInstanceForType()
ImageContext
ImageContext. getDefaultInstanceForType()
ImageContext
AnnotateFileRequest.Builder. getImageContext()
Additional context that may accompany the image(s) in the file.ImageContext
AnnotateFileRequest. getImageContext()
Additional context that may accompany the image(s) in the file.ImageContext
AnnotateFileRequestOrBuilder. getImageContext()
Additional context that may accompany the image(s) in the file.ImageContext
AnnotateImageRequest.Builder. getImageContext()
Additional context that may accompany the image.ImageContext
AnnotateImageRequest. getImageContext()
Additional context that may accompany the image.ImageContext
AnnotateImageRequestOrBuilder. getImageContext()
Additional context that may accompany the image.ImageContext
AsyncAnnotateFileRequest.Builder. getImageContext()
Additional context that may accompany the image(s) in the file.ImageContext
AsyncAnnotateFileRequest. getImageContext()
Additional context that may accompany the image(s) in the file.ImageContext
AsyncAnnotateFileRequestOrBuilder. getImageContext()
Additional context that may accompany the image(s) in the file.static ImageContext
ImageContext. parseDelimitedFrom(InputStream input)
static ImageContext
ImageContext. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageContext
ImageContext. parseFrom(byte[] data)
static ImageContext
ImageContext. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageContext
ImageContext. parseFrom(com.google.protobuf.ByteString data)
static ImageContext
ImageContext. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageContext
ImageContext. parseFrom(com.google.protobuf.CodedInputStream input)
static ImageContext
ImageContext. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageContext
ImageContext. parseFrom(InputStream input)
static ImageContext
ImageContext. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageContext
ImageContext. parseFrom(ByteBuffer data)
static ImageContext
ImageContext. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p4beta1 that return types with arguments of type ImageContext Modifier and Type Method Description com.google.protobuf.Parser<ImageContext>
ImageContext. getParserForType()
static com.google.protobuf.Parser<ImageContext>
ImageContext. parser()
Methods in com.google.cloud.vision.v1p4beta1 with parameters of type ImageContext Modifier and Type Method Description ImageContext.Builder
ImageContext.Builder. mergeFrom(ImageContext other)
AnnotateFileRequest.Builder
AnnotateFileRequest.Builder. mergeImageContext(ImageContext value)
Additional context that may accompany the image(s) in the file.AnnotateImageRequest.Builder
AnnotateImageRequest.Builder. mergeImageContext(ImageContext value)
Additional context that may accompany the image.AsyncAnnotateFileRequest.Builder
AsyncAnnotateFileRequest.Builder. mergeImageContext(ImageContext value)
Additional context that may accompany the image(s) in the file.static ImageContext.Builder
ImageContext. newBuilder(ImageContext prototype)
AnnotateFileRequest.Builder
AnnotateFileRequest.Builder. setImageContext(ImageContext value)
Additional context that may accompany the image(s) in the file.AnnotateImageRequest.Builder
AnnotateImageRequest.Builder. setImageContext(ImageContext value)
Additional context that may accompany the image.AsyncAnnotateFileRequest.Builder
AsyncAnnotateFileRequest.Builder. setImageContext(ImageContext value)
Additional context that may accompany the image(s) in the file.
-