Package | Description |
---|---|
com.google.cloud.vision.v1p1beta1 |
The interfaces provided are listed below, along with usage samples.
|
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(Descriptors.FieldDescriptor field,
Object value) |
TextAnnotation.Builder |
TextAnnotation.Builder.clear() |
TextAnnotation.Builder |
TextAnnotation.Builder.clearField(Descriptors.FieldDescriptor field) |
TextAnnotation.Builder |
TextAnnotation.Builder.clearOneof(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(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
TextAnnotation.Builder |
TextAnnotation.Builder.mergeFrom(Message other) |
TextAnnotation.Builder |
TextAnnotation.Builder.mergeFrom(TextAnnotation other) |
TextAnnotation.Builder |
TextAnnotation.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static TextAnnotation.Builder |
TextAnnotation.newBuilder() |
static TextAnnotation.Builder |
TextAnnotation.newBuilder(TextAnnotation prototype) |
TextAnnotation.Builder |
TextAnnotation.newBuilderForType() |
protected TextAnnotation.Builder |
TextAnnotation.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
TextAnnotation.Builder |
TextAnnotation.Builder.removePages(int index)
List of pages detected by OCR.
|
TextAnnotation.Builder |
TextAnnotation.Builder.setField(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(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(ByteString value)
UTF-8 text detected on the pages.
|
TextAnnotation.Builder |
TextAnnotation.Builder.setUnknownFields(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 © 2022 Google LLC. All rights reserved.