| Package | Description |
|---|---|
| com.google.api.services.vision.v1.model |
| Modifier and Type | Method and Description |
|---|---|
TextDetectionParams |
TextDetectionParams.clone() |
TextDetectionParams |
ImageContext.getTextDetectionParams()
Parameters for text detection and document text detection.
|
TextDetectionParams |
TextDetectionParams.set(String fieldName,
Object value) |
TextDetectionParams |
TextDetectionParams.setEnableTextDetectionConfidenceScore(Boolean enableTextDetectionConfidenceScore)
By default, Cloud Vision API only includes confidence score for DOCUMENT_TEXT_DETECTION result.
|
| Modifier and Type | Method and Description |
|---|---|
ImageContext |
ImageContext.setTextDetectionParams(TextDetectionParams textDetectionParams)
Parameters for text detection and document text detection.
|
Copyright © 2011–2021 Google. All rights reserved.