| Package | Description |
|---|---|
| com.google.api.services.vision.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Page |
Page.clone() |
Page |
Page.set(String fieldName,
Object value) |
Page |
Page.setBlocks(List<Block> blocks)
List of blocks of text, images etc on this page.
|
Page |
Page.setConfidence(Float confidence)
Confidence of the OCR results on the page.
|
Page |
Page.setHeight(Integer height)
Page height.
|
Page |
Page.setProperty(TextProperty property)
Additional information detected on the page.
|
Page |
Page.setWidth(Integer width)
Page width.
|
| Modifier and Type | Method and Description |
|---|---|
List<Page> |
TextAnnotation.getPages()
List of pages detected by OCR.
|
| Modifier and Type | Method and Description |
|---|---|
TextAnnotation |
TextAnnotation.setPages(List<Page> pages)
List of pages detected by OCR.
|
Copyright © 2011–2019 Google. All rights reserved.