public sealed class TextDetectionConfig : IMessage<TextDetectionConfig>, IEquatable<TextDetectionConfig>, IDeepCloneable<TextDetectionConfig>, IBufferMessage, IMessage
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 webpage details the `TextDetectionConfig` class within the `Google.Cloud.VideoIntelligence.V1` namespace, specifically version 3.0.0."],["The `TextDetectionConfig` class is used to configure text detection within the Google Cloud Video Intelligence API, supporting different models and language hints."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling and deep cloning."],["The class provides properties such as `LanguageHints`, which accepts language codes in BCP-47 format, and `Model`, which allows selection between \"builtin/stable\" or \"builtin/latest\" models for text detection."],["The latest version available for this specific class is 3.4.0, with multiple previous versions also accessible including 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.3.0, and 2.2.0."]]],[]]