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