Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleCloudVisionV1p3beta1Symbol |
GoogleCloudVisionV1p3beta1Symbol.clone() |
GoogleCloudVisionV1p3beta1Symbol |
GoogleCloudVisionV1p3beta1Symbol.set(String fieldName,
Object value) |
GoogleCloudVisionV1p3beta1Symbol |
GoogleCloudVisionV1p3beta1Symbol.setBoundingBox(GoogleCloudVisionV1p3beta1BoundingPoly boundingBox)
The bounding box for the symbol.
|
GoogleCloudVisionV1p3beta1Symbol |
GoogleCloudVisionV1p3beta1Symbol.setConfidence(Float confidence)
Confidence of the OCR results for the symbol.
|
GoogleCloudVisionV1p3beta1Symbol |
GoogleCloudVisionV1p3beta1Symbol.setProperty(GoogleCloudVisionV1p3beta1TextAnnotationTextProperty property)
Additional information detected for the symbol.
|
GoogleCloudVisionV1p3beta1Symbol |
GoogleCloudVisionV1p3beta1Symbol.setText(String text)
The actual UTF-8 representation of the symbol.
|
Modifier and Type | Method and Description |
---|---|
List<GoogleCloudVisionV1p3beta1Symbol> |
GoogleCloudVisionV1p3beta1Word.getSymbols()
List of symbols in the word.
|
Modifier and Type | Method and Description |
---|---|
GoogleCloudVisionV1p3beta1Word |
GoogleCloudVisionV1p3beta1Word.setSymbols(List<GoogleCloudVisionV1p3beta1Symbol> symbols)
List of symbols in the word.
|
Copyright © 2011–2019 Google. All rights reserved.