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-03-21 UTC."],[[["The `TextDetectionConfig` class is part of the Google Cloud Video Intelligence v1 API, specifically version 3.2.0."],["This class is used to configure settings for text detection in video content, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["You can provide `LanguageHints` in BCP-47 format to improve text detection accuracy, or if none are provided automatic language detection is performed."],["The `Model` property allows users to specify the text detection model, with \"builtin/stable\" as the default and \"builtin/latest\" as another option."],["The documentation provided covers version 3.2.0 of the API class, however, there is also documentation available for versions 3.4.0, 3.3.0, 3.1.0, 3.0.0, 2.3.0, and 2.2.0."]]],[]]