public interface TextAnnotationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Page |
getPages(int index)
List of pages detected by OCR.
|
int |
getPagesCount()
List of pages detected by OCR.
|
List<Page> |
getPagesList()
List of pages detected by OCR.
|
PageOrBuilder |
getPagesOrBuilder(int index)
List of pages detected by OCR.
|
List<? extends PageOrBuilder> |
getPagesOrBuilderList()
List of pages detected by OCR.
|
String |
getText()
UTF-8 text detected on the pages.
|
ByteString |
getTextBytes()
UTF-8 text detected on the pages.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Page> getPagesList()
List of pages detected by OCR.
repeated .google.cloud.vision.v1p3beta1.Page pages = 1;
Page getPages(int index)
List of pages detected by OCR.
repeated .google.cloud.vision.v1p3beta1.Page pages = 1;
int getPagesCount()
List of pages detected by OCR.
repeated .google.cloud.vision.v1p3beta1.Page pages = 1;
List<? extends PageOrBuilder> getPagesOrBuilderList()
List of pages detected by OCR.
repeated .google.cloud.vision.v1p3beta1.Page pages = 1;
PageOrBuilder getPagesOrBuilder(int index)
List of pages detected by OCR.
repeated .google.cloud.vision.v1p3beta1.Page pages = 1;
String getText()
UTF-8 text detected on the pages.
string text = 2;
ByteString getTextBytes()
UTF-8 text detected on the pages.
string text = 2;
Copyright © 2022 Google LLC. All rights reserved.