| Modifier and Type | Method and Description |
|---|---|
TextAnnotation.Builder |
TextAnnotation.Builder.addAllPages(Iterable<? extends Page> values)
List of pages detected by OCR.
|
TextAnnotation.Builder |
TextAnnotation.Builder.addPages(int index,
Page.Builder builderForValue)
List of pages detected by OCR.
|
TextAnnotation.Builder |
TextAnnotation.Builder.addPages(int index,
Page value)
List of pages detected by OCR.
|
TextAnnotation.Builder |
TextAnnotation.Builder.addPages(Page.Builder builderForValue)
List of pages detected by OCR.
|
TextAnnotation.Builder |
TextAnnotation.Builder.addPages(Page value)
List of pages detected by OCR.
|
TextAnnotation.Builder |
TextAnnotation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TextAnnotation.Builder |
TextAnnotation.Builder.clear() |
TextAnnotation.Builder |
TextAnnotation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TextAnnotation.Builder |
TextAnnotation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TextAnnotation.Builder |
TextAnnotation.Builder.clearPages()
List of pages detected by OCR.
|
TextAnnotation.Builder |
TextAnnotation.Builder.clearText()
UTF-8 text detected on the pages.
|
TextAnnotation.Builder |
TextAnnotation.Builder.clone() |
TextAnnotation.Builder |
AnnotateImageResponse.Builder.getFullTextAnnotationBuilder()
If present, text (OCR) detection or document (OCR) text detection has
completed successfully.
|
TextAnnotation.Builder |
TextAnnotation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TextAnnotation.Builder |
TextAnnotation.Builder.mergeFrom(com.google.protobuf.Message other) |
TextAnnotation.Builder |
TextAnnotation.Builder.mergeFrom(TextAnnotation other) |
TextAnnotation.Builder |
TextAnnotation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static TextAnnotation.Builder |
TextAnnotation.newBuilder() |
static TextAnnotation.Builder |
TextAnnotation.newBuilder(TextAnnotation prototype) |
TextAnnotation.Builder |
TextAnnotation.newBuilderForType() |
protected TextAnnotation.Builder |
TextAnnotation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TextAnnotation.Builder |
TextAnnotation.Builder.removePages(int index)
List of pages detected by OCR.
|
TextAnnotation.Builder |
TextAnnotation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TextAnnotation.Builder |
TextAnnotation.Builder.setPages(int index,
Page.Builder builderForValue)
List of pages detected by OCR.
|
TextAnnotation.Builder |
TextAnnotation.Builder.setPages(int index,
Page value)
List of pages detected by OCR.
|
TextAnnotation.Builder |
TextAnnotation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TextAnnotation.Builder |
TextAnnotation.Builder.setText(String value)
UTF-8 text detected on the pages.
|
TextAnnotation.Builder |
TextAnnotation.Builder.setTextBytes(com.google.protobuf.ByteString value)
UTF-8 text detected on the pages.
|
TextAnnotation.Builder |
TextAnnotation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TextAnnotation.Builder |
TextAnnotation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.setFullTextAnnotation(TextAnnotation.Builder builderForValue)
If present, text (OCR) detection or document (OCR) text detection has
completed successfully.
|
Copyright © 2023 Google LLC. All rights reserved.