Package | Description |
---|---|
com.google.cloud.vision.v1p2beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
ImageAnnotationContext |
ImageAnnotationContext.Builder.build() |
ImageAnnotationContext |
ImageAnnotationContext.Builder.buildPartial() |
ImageAnnotationContext |
AnnotateImageResponseOrBuilder.getContext()
If present, contextual information is needed to understand where this image
comes from.
|
ImageAnnotationContext |
AnnotateImageResponse.getContext()
If present, contextual information is needed to understand where this image
comes from.
|
ImageAnnotationContext |
AnnotateImageResponse.Builder.getContext()
If present, contextual information is needed to understand where this image
comes from.
|
static ImageAnnotationContext |
ImageAnnotationContext.getDefaultInstance() |
ImageAnnotationContext |
ImageAnnotationContext.getDefaultInstanceForType() |
ImageAnnotationContext |
ImageAnnotationContext.Builder.getDefaultInstanceForType() |
static ImageAnnotationContext |
ImageAnnotationContext.parseDelimitedFrom(InputStream input) |
static ImageAnnotationContext |
ImageAnnotationContext.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ImageAnnotationContext |
ImageAnnotationContext.parseFrom(byte[] data) |
static ImageAnnotationContext |
ImageAnnotationContext.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ImageAnnotationContext |
ImageAnnotationContext.parseFrom(ByteBuffer data) |
static ImageAnnotationContext |
ImageAnnotationContext.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ImageAnnotationContext |
ImageAnnotationContext.parseFrom(ByteString data) |
static ImageAnnotationContext |
ImageAnnotationContext.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ImageAnnotationContext |
ImageAnnotationContext.parseFrom(CodedInputStream input) |
static ImageAnnotationContext |
ImageAnnotationContext.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ImageAnnotationContext |
ImageAnnotationContext.parseFrom(InputStream input) |
static ImageAnnotationContext |
ImageAnnotationContext.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<ImageAnnotationContext> |
ImageAnnotationContext.getParserForType() |
static Parser<ImageAnnotationContext> |
ImageAnnotationContext.parser() |
Modifier and Type | Method and Description |
---|---|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.mergeContext(ImageAnnotationContext value)
If present, contextual information is needed to understand where this image
comes from.
|
ImageAnnotationContext.Builder |
ImageAnnotationContext.Builder.mergeFrom(ImageAnnotationContext other) |
static ImageAnnotationContext.Builder |
ImageAnnotationContext.newBuilder(ImageAnnotationContext prototype) |
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.setContext(ImageAnnotationContext value)
If present, contextual information is needed to understand where this image
comes from.
|
Copyright © 2022 Google LLC. All rights reserved.