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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage documents the \u003ccode\u003eTextDetectionParams\u003c/code\u003e class within the Google Cloud Vision V1 library for .NET, which is used to configure text detection features in image analysis.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version documented is 3.7.0, and the page provides links to documentation for versions down to 2.3.0 of this library.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTextDetectionParams\u003c/code\u003e implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling its use within the Google Protobuf ecosystem.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eTextDetectionParams\u003c/code\u003e class include \u003ccode\u003eAdvancedOcrOptions\u003c/code\u003e, which allows for fine-tuning OCR behavior, and \u003ccode\u003eEnableTextDetectionConfidenceScore\u003c/code\u003e, which enables confidence scores for \u003ccode\u003eTEXT_DETECTION\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructor overloads provided for \u003ccode\u003eTextDetectionParams\u003c/code\u003e, a default constructor, and a constructor that takes another \u003ccode\u003eTextDetectionParams\u003c/code\u003e instance, allowing for duplication.\u003c/p\u003e\n"]]],[],null,[]]