Package | Description |
---|---|
com.google.cloud.vision.v1p2beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
ImageAnnotationContext.Builder |
ImageAnnotationContext.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
ImageAnnotationContext.Builder |
ImageAnnotationContext.Builder.clear() |
ImageAnnotationContext.Builder |
ImageAnnotationContext.Builder.clearField(Descriptors.FieldDescriptor field) |
ImageAnnotationContext.Builder |
ImageAnnotationContext.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
ImageAnnotationContext.Builder |
ImageAnnotationContext.Builder.clearPageNumber()
If the file was a PDF or TIFF, this field gives the page number within
the file used to produce the image.
|
ImageAnnotationContext.Builder |
ImageAnnotationContext.Builder.clearUri()
The URI of the file used to produce the image.
|
ImageAnnotationContext.Builder |
ImageAnnotationContext.Builder.clone() |
ImageAnnotationContext.Builder |
AnnotateImageResponse.Builder.getContextBuilder()
If present, contextual information is needed to understand where this image
comes from.
|
ImageAnnotationContext.Builder |
ImageAnnotationContext.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
ImageAnnotationContext.Builder |
ImageAnnotationContext.Builder.mergeFrom(ImageAnnotationContext other) |
ImageAnnotationContext.Builder |
ImageAnnotationContext.Builder.mergeFrom(Message other) |
ImageAnnotationContext.Builder |
ImageAnnotationContext.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static ImageAnnotationContext.Builder |
ImageAnnotationContext.newBuilder() |
static ImageAnnotationContext.Builder |
ImageAnnotationContext.newBuilder(ImageAnnotationContext prototype) |
ImageAnnotationContext.Builder |
ImageAnnotationContext.newBuilderForType() |
protected ImageAnnotationContext.Builder |
ImageAnnotationContext.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
ImageAnnotationContext.Builder |
ImageAnnotationContext.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
ImageAnnotationContext.Builder |
ImageAnnotationContext.Builder.setPageNumber(int value)
If the file was a PDF or TIFF, this field gives the page number within
the file used to produce the image.
|
ImageAnnotationContext.Builder |
ImageAnnotationContext.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
ImageAnnotationContext.Builder |
ImageAnnotationContext.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
ImageAnnotationContext.Builder |
ImageAnnotationContext.Builder.setUri(String value)
The URI of the file used to produce the image.
|
ImageAnnotationContext.Builder |
ImageAnnotationContext.Builder.setUriBytes(ByteString value)
The URI of the file used to produce the image.
|
ImageAnnotationContext.Builder |
ImageAnnotationContext.toBuilder() |
Modifier and Type | Method and Description |
---|---|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.setContext(ImageAnnotationContext.Builder builderForValue)
If present, contextual information is needed to understand where this image
comes from.
|
Copyright © 2022 Google LLC. All rights reserved.