Google Cloud Video Intelligence v1 API - Class TextDetectionConfig (3.3.0)

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.

Inheritance

object > TextDetectionConfig

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

TextDetectionConfig()

public TextDetectionConfig()

TextDetectionConfig(TextDetectionConfig)

public TextDetectionConfig(TextDetectionConfig other)
Parameter
NameDescription
otherTextDetectionConfig

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
TypeDescription
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
TypeDescription
string