public interface TextAnnotationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPages(int index)
public abstract Page getPages(int index)List of pages detected by OCR.
repeated .google.cloud.vision.v1p2beta1.Page pages = 1;
| Name | Description |
| index | int |
| Type | Description |
| Page |
getPagesCount()
public abstract int getPagesCount()List of pages detected by OCR.
repeated .google.cloud.vision.v1p2beta1.Page pages = 1;
| Type | Description |
| int |
getPagesList()
public abstract List<Page> getPagesList()List of pages detected by OCR.
repeated .google.cloud.vision.v1p2beta1.Page pages = 1;
| Type | Description |
| List<Page> |
getPagesOrBuilder(int index)
public abstract PageOrBuilder getPagesOrBuilder(int index)List of pages detected by OCR.
repeated .google.cloud.vision.v1p2beta1.Page pages = 1;
| Name | Description |
| index | int |
| Type | Description |
| PageOrBuilder |
getPagesOrBuilderList()
public abstract List<? extends PageOrBuilder> getPagesOrBuilderList()List of pages detected by OCR.
repeated .google.cloud.vision.v1p2beta1.Page pages = 1;
| Type | Description |
| List<? extends com.google.cloud.vision.v1p2beta1.PageOrBuilder> |
getText()
public abstract String getText()UTF-8 text detected on the pages.
string text = 2;
| Type | Description |
| String | The text. |
getTextBytes()
public abstract ByteString getTextBytes()UTF-8 text detected on the pages.
string text = 2;
| Type | Description |
| ByteString | The bytes for text. |