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"]],[["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 provides documentation for the `TextDetectionParams` class within the Google Cloud Vision v1 API, specifically for version 3.3.0, and includes links to other versions as well."],["`TextDetectionParams` is a class used to control text detection and document text detection features in the Google Cloud Vision API, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `TextDetectionParams()` and `TextDetectionParams(TextDetectionParams other)`, the second for creating a copy of another `TextDetectionParams` object."],["The class has properties such as `AdvancedOcrOptions`, which is a list of advanced OCR options for fine-tuning, and `EnableTextDetectionConfidenceScore`, a boolean to allow confidence scores for text detection."],["The provided content shows that this version of `TextDetectionParams` is part of the namespace `Google.Cloud.Vision.V1` and it is contained in the `Google.Cloud.Vision.V1.dll` assembly."]]],[]]