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 in the Google Cloud Vision API's .NET library controls text detection features for `TEXT_DETECTION` and `DOCUMENT_TEXT_DETECTION`."],["Version 3.7.0 is the latest version of the `TextDetectionParams` API, with ten previous versions also documented."],["`TextDetectionParams` is an implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["This class has two constructors, a default constructor and a copy constructor that takes another `TextDetectionParams` instance as a parameter."],["Setting `EnableTextDetectionConfidenceScore` to true will include a confidence score for `TEXT_DETECTION` results, in addition to the default `DOCUMENT_TEXT_DETECTION`."]]],[]]