public sealed class TextDetectionConfig : IMessage<TextDetectionConfig>, IEquatable<TextDetectionConfig>, IDeepCloneable<TextDetectionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class TextDetectionConfig.
public RepeatedField<string> LanguageHints { get; }
Language hint can be specified if the language to be detected is known a
priori. It can increase the accuracy of the detection. Language hint must
be language code in BCP-47 format.
Automatic language detection is performed if no hint is provided.
[[["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-09 UTC."],[[["This documentation page covers the `TextDetectionConfig` class within the Google Cloud Video Intelligence v1 API, used for configuring text detection in video analysis."],["The `TextDetectionConfig` class is part of the `Google.Cloud.VideoIntelligence.V1` namespace and is implemented by several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another that accepts an existing `TextDetectionConfig` object for copying, and it includes properties such as `LanguageHints` for specifying language codes and `Model` to select a text detection model."],["The latest version of the documentation is version 3.4.0, however, this specific page covers version 3.1.0 of `TextDetectionConfig`."],["The `TextDetectionConfig` class inherits members from the base `Object` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]