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, which is used for configuring text detection in the Google Cloud Video Intelligence API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTextDetectionConfig\u003c/code\u003e class is implemented in version 2.2.0 of the \u003ccode\u003eGoogle.Cloud.VideoIntelligence.V1\u003c/code\u003e library, and newer versions up to 3.4.0 are also available.\u003c/p\u003e\n"],["\u003cp\u003eIt implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTextDetectionConfig\u003c/code\u003e class includes properties like \u003ccode\u003eLanguageHints\u003c/code\u003e for specifying language codes and \u003ccode\u003eModel\u003c/code\u003e for selecting the text detection model, which are used to refine the text detection process.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a default and a copy constructor to create \u003ccode\u003eTextDetectionConfig\u003c/code\u003e objects.\u003c/p\u003e\n"]]],[],null,[]]