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."],[[["This documentation provides reference information for the `TextDetectionConfig` class within the Google Cloud Video Intelligence v1 API."],["`TextDetectionConfig` is used to configure settings for text detection in videos and it inherits from object and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class offers a constructor and allows setting `LanguageHints` in BCP-47 format and `Model`, with \"builtin/stable\" as the default model and \"builtin/latest\" as an alternative option."],["The latest version of the `TextDetectionConfig` is 3.4.0, with documentation available for previous versions back to 2.2.0."]]],[]]