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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eTextDetectionConfig\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.VideoIntelligence.V1\u003c/code\u003e namespace, specifically version 3.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTextDetectionConfig\u003c/code\u003e class is used to configure text detection within the Google Cloud Video Intelligence API, supporting different models and language hints.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling various functionalities like message handling and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides properties such as \u003ccode\u003eLanguageHints\u003c/code\u003e, which accepts language codes in BCP-47 format, and \u003ccode\u003eModel\u003c/code\u003e, which allows selection between "builtin/stable" or "builtin/latest" models for text detection.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"]]],[],null,[]]