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 page documents the `TextDetectionParams` class, which is used to configure text and document text detection features within the Google Cloud Vision API."],["The latest version of the documented class is 3.7.0, with previous versions available, including the documented version 2.4.0."],["The `TextDetectionParams` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default one and one that takes another `TextDetectionParams` object as a parameter, and it contains a property named `EnableTextDetectionConfidenceScore` that is set as a boolean value."],["The namespace for the `TextDetectionParams` is `Google.Cloud.Vision.V1`, and it's part of the `Google.Cloud.Vision.V1.dll` assembly."]]],[]]