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\u003eThe page documents the \u003ccode\u003eTextDetectionParams\u003c/code\u003e class, which is used to configure text and document text detection features within the Google Cloud Vision API.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the documented class is 3.7.0, with previous versions available, including the documented version 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTextDetectionParams\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, a default one and one that takes another \u003ccode\u003eTextDetectionParams\u003c/code\u003e object as a parameter, and it contains a property named \u003ccode\u003eEnableTextDetectionConfidenceScore\u003c/code\u003e that is set as a boolean value.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for the \u003ccode\u003eTextDetectionParams\u003c/code\u003e is \u003ccode\u003eGoogle.Cloud.Vision.V1\u003c/code\u003e, and it's part of the \u003ccode\u003eGoogle.Cloud.Vision.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,[]]