Class GoogleCloudDocumentaiV1beta2OcrParams
Parameters to control Optical Character Recognition (OCR) behavior.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta2.Data
Assembly: Google.Apis.Document.v1beta2.dll
Syntax
public class GoogleCloudDocumentaiV1beta2OcrParams : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LanguageHints
List of languages to use for OCR. In most cases, an empty value yields the best results since it enables
automatic language detection. For languages based on the Latin alphabet, setting language_hints
is not
needed. In rare cases, when the language of the text in the image is known, setting a hint will help get
better results (although it will be a significant hindrance if the hint is wrong). Document processing
returns an error if one or more of the specified languages is not one of the supported languages.
Declaration
[JsonProperty("languageHints")]
public virtual IList<string> LanguageHints { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |