public sealed class TextDetectionParams : IMessage<TextDetectionParams>, IEquatable<TextDetectionParams>, IDeepCloneable<TextDetectionParams>, IBufferMessage, IMessage
Parameters for text detections. This is used to control TEXT_DETECTION and
DOCUMENT_TEXT_DETECTION features.
public bool EnableTextDetectionConfidenceScore { get; set; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `TextDetectionParams` class controls parameters for text detection in the Google Cloud Vision API, specifically for `TEXT_DETECTION` and `DOCUMENT_TEXT_DETECTION` features."],["Version 3.7.0 is the latest version of the `TextDetectionParams` API, with documentation available for versions dating back to 2.3.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality comparisons, deep cloning, and buffered message handling."],["The `EnableTextDetectionConfidenceScore` property allows users to include confidence scores for `TEXT_DETECTION` results, extending the default behavior of only providing confidence scores for `DOCUMENT_TEXT_DETECTION` results."],["The `TextDetectionParams` class provides two constructors: a default constructor and a constructor that accepts another `TextDetectionParams` object for parameter initialization."]]],[]]