public sealed class TextDetectionParams : IMessage<TextDetectionParams>, IEquatable<TextDetectionParams>, IDeepCloneable<TextDetectionParams>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class TextDetectionParams.
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 provides documentation for the \u003ccode\u003eTextDetectionParams\u003c/code\u003e class within the Google Cloud Vision v1 API, specifically for version 3.3.0, and includes links to other versions as well.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTextDetectionParams\u003c/code\u003e is a class used to control text detection and document text detection features in the Google Cloud Vision API, inheriting from \u003ccode\u003eObject\u003c/code\u003e and implementing several 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 includes two constructors, \u003ccode\u003eTextDetectionParams()\u003c/code\u003e and \u003ccode\u003eTextDetectionParams(TextDetectionParams other)\u003c/code\u003e, the second for creating a copy of another \u003ccode\u003eTextDetectionParams\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties such as \u003ccode\u003eAdvancedOcrOptions\u003c/code\u003e, which is a list of advanced OCR options for fine-tuning, and \u003ccode\u003eEnableTextDetectionConfidenceScore\u003c/code\u003e, a boolean to allow confidence scores for text detection.\u003c/p\u003e\n"],["\u003cp\u003eThe provided content shows that this version of \u003ccode\u003eTextDetectionParams\u003c/code\u003e is part of the namespace \u003ccode\u003eGoogle.Cloud.Vision.V1\u003c/code\u003e and it is contained in the \u003ccode\u003eGoogle.Cloud.Vision.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,[]]