| 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 |
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.
|
TextAnnotation |
AnnotateImageResponseOrBuilder.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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation |
TextAnnotation.parseFrom(byte[] data) |
static TextAnnotation |
TextAnnotation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation |
TextAnnotation.parseFrom(ByteBuffer data) |
static TextAnnotation |
TextAnnotation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation |
TextAnnotation.parseFrom(com.google.protobuf.ByteString data) |
static TextAnnotation |
TextAnnotation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation |
TextAnnotation.parseFrom(com.google.protobuf.CodedInputStream input) |
static TextAnnotation |
TextAnnotation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation |
TextAnnotation.parseFrom(InputStream input) |
static TextAnnotation |
TextAnnotation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TextAnnotation> |
TextAnnotation.getParserForType() |
static com.google.protobuf.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 © 2023 Google LLC. All rights reserved.