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.
Config for TEXT_DETECTION.
Implements
IMessageTextDetectionConfig, IEquatableTextDetectionConfig, IDeepCloneableTextDetectionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
TextDetectionConfig()
public TextDetectionConfig()
TextDetectionConfig(TextDetectionConfig)
public TextDetectionConfig(TextDetectionConfig other)
Parameter | |
---|---|
Name | Description |
other |
TextDetectionConfig |
Properties
LanguageHints
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Model
public string Model { get; set; }
Model to use for text detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
Property Value | |
---|---|
Type | Description |
string |