Package | Description |
---|---|
com.google.cloud.vision.v1p4beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
TextAnnotation |
TextAnnotation.Builder.build() |
TextAnnotation |
TextAnnotation.Builder.buildPartial() |
static TextAnnotation |
TextAnnotation.getDefaultInstance() |
TextAnnotation |
TextAnnotation.getDefaultInstanceForType() |
TextAnnotation |
TextAnnotation.Builder.getDefaultInstanceForType() |
TextAnnotation |
AnnotateImageResponseOrBuilder.getFullTextAnnotation()
If present, text (OCR) detection or document (OCR) text detection has
completed successfully.
|
TextAnnotation |
AnnotateImageResponse.getFullTextAnnotation()
If present, text (OCR) detection or document (OCR) text detection has
completed successfully.
|
TextAnnotation |
AnnotateImageResponse.Builder.getFullTextAnnotation()
If present, text (OCR) detection or document (OCR) text detection has
completed successfully.
|
static TextAnnotation |
TextAnnotation.parseDelimitedFrom(InputStream input) |
static TextAnnotation |
TextAnnotation.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static TextAnnotation |
TextAnnotation.parseFrom(byte[] data) |
static TextAnnotation |
TextAnnotation.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static TextAnnotation |
TextAnnotation.parseFrom(ByteBuffer data) |
static TextAnnotation |
TextAnnotation.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static TextAnnotation |
TextAnnotation.parseFrom(ByteString data) |
static TextAnnotation |
TextAnnotation.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static TextAnnotation |
TextAnnotation.parseFrom(CodedInputStream input) |
static TextAnnotation |
TextAnnotation.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static TextAnnotation |
TextAnnotation.parseFrom(InputStream input) |
static TextAnnotation |
TextAnnotation.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<TextAnnotation> |
TextAnnotation.getParserForType() |
static Parser<TextAnnotation> |
TextAnnotation.parser() |
Modifier and Type | Method and Description |
---|---|
TextAnnotation.Builder |
TextAnnotation.Builder.mergeFrom(TextAnnotation other) |
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.mergeFullTextAnnotation(TextAnnotation value)
If present, text (OCR) detection or document (OCR) text detection has
completed successfully.
|
static TextAnnotation.Builder |
TextAnnotation.newBuilder(TextAnnotation prototype) |
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.setFullTextAnnotation(TextAnnotation value)
If present, text (OCR) detection or document (OCR) text detection has
completed successfully.
|
Copyright © 2022 Google LLC. All rights reserved.