GoogleApi.Vision.V1.Model.TextDetectionParams (google_api_vision v0.24.1) View Source
Parameters for text detections. This is used to control TEXT_DETECTION and DOCUMENT_TEXT_DETECTION features.
Attributes
-
enableTextDetectionConfidenceScore(type:boolean(), default:nil) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Vision.V1.Model.TextDetectionParams{
enableTextDetectionConfidenceScore: boolean() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.