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."],[[["This webpage details the `TextDetectionParams` class within the Google Cloud Vision V1 library, specifically in version 2.5.0, which is designed for controlling text and document text detection features."],["The class `TextDetectionParams` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The most recent version of this documentation is 3.7.0, and this page contains documentation for versions all the way down to 2.3.0."],["`TextDetectionParams` has a boolean property called `EnableTextDetectionConfidenceScore`, which can be set to true to include confidence scores for `TEXT_DETECTION` results, in addition to the standard `DOCUMENT_TEXT_DETECTION` results."],["The `TextDetectionParams` class offers two constructors: a default parameterless constructor, and another constructor that takes another `TextDetectionParams` instance as a parameter."]]],[]]