Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleCloudVisionV1p1beta1Word |
GoogleCloudVisionV1p1beta1Word.clone() |
GoogleCloudVisionV1p1beta1Word |
GoogleCloudVisionV1p1beta1Word.set(String fieldName,
Object value) |
GoogleCloudVisionV1p1beta1Word |
GoogleCloudVisionV1p1beta1Word.setBoundingBox(GoogleCloudVisionV1p1beta1BoundingPoly boundingBox)
The bounding box for the word.
|
GoogleCloudVisionV1p1beta1Word |
GoogleCloudVisionV1p1beta1Word.setConfidence(Float confidence)
Confidence of the OCR results for the word.
|
GoogleCloudVisionV1p1beta1Word |
GoogleCloudVisionV1p1beta1Word.setProperty(GoogleCloudVisionV1p1beta1TextAnnotationTextProperty property)
Additional information detected for the word.
|
GoogleCloudVisionV1p1beta1Word |
GoogleCloudVisionV1p1beta1Word.setSymbols(List<GoogleCloudVisionV1p1beta1Symbol> symbols)
List of symbols in the word.
|
Modifier and Type | Method and Description |
---|---|
List<GoogleCloudVisionV1p1beta1Word> |
GoogleCloudVisionV1p1beta1Paragraph.getWords()
List of words in this paragraph.
|
Modifier and Type | Method and Description |
---|---|
GoogleCloudVisionV1p1beta1Paragraph |
GoogleCloudVisionV1p1beta1Paragraph.setWords(List<GoogleCloudVisionV1p1beta1Word> words)
List of words in this paragraph.
|
Copyright © 2011–2019 Google. All rights reserved.