Reference documentation and code samples for the Cloud Vision V1 Client class TextDetectionParams.
Parameters for text detections. This is used to control TEXT_DETECTION and DOCUMENT_TEXT_DETECTION features.
Generated from protobuf message google.cloud.vision.v1.TextDetectionParams
Namespace
Google \ Cloud \ Vision \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ enable_text_detection_confidence_score
bool
By default, Cloud Vision API only includes confidence score for DOCUMENT_TEXT_DETECTION result. Set the flag to true to include confidence score for TEXT_DETECTION as well.
↳ advanced_ocr_options
array
A list of advanced OCR options to fine-tune OCR behavior.
getEnableTextDetectionConfidenceScore
By default, Cloud Vision API only includes confidence score for DOCUMENT_TEXT_DETECTION result. Set the flag to true to include confidence score for TEXT_DETECTION as well.
bool
setEnableTextDetectionConfidenceScore
By default, Cloud Vision API only includes confidence score for DOCUMENT_TEXT_DETECTION result. Set the flag to true to include confidence score for TEXT_DETECTION as well.
var
bool
$this
getAdvancedOcrOptions
A list of advanced OCR options to fine-tune OCR behavior.
setAdvancedOcrOptions
A list of advanced OCR options to fine-tune OCR behavior.
var
string[]
$this

