Class GoogleCloudVideointelligenceV1p3beta1TextDetectionConfig
Config for TEXT_DETECTION.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1p3beta1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1p3beta1.dll
Syntax
public class GoogleCloudVideointelligenceV1p3beta1TextDetectionConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LanguageHints
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.
Declaration
[JsonProperty("languageHints")]
public virtual IList<string> LanguageHints { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Model
Model to use for text detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Type | Description |
---|---|
string |