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."],[[["This webpage documents the `TextDetectionParams` class within the Google Cloud Vision V1 library for .NET, which is used to configure text detection features in image analysis."],["The latest version documented is 3.7.0, and the page provides links to documentation for versions down to 2.3.0 of this library."],["`TextDetectionParams` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use within the Google Protobuf ecosystem."],["Key properties of the `TextDetectionParams` class include `AdvancedOcrOptions`, which allows for fine-tuning OCR behavior, and `EnableTextDetectionConfidenceScore`, which enables confidence scores for `TEXT_DETECTION`."],["There are two constructor overloads provided for `TextDetectionParams`, a default constructor, and a constructor that takes another `TextDetectionParams` instance, allowing for duplication."]]],[]]