public sealed class OcrConfig.Types.Hints : IMessage<OcrConfig.Types.Hints>, IEquatable<OcrConfig.Types.Hints>, IDeepCloneable<OcrConfig.Types.Hints>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class OcrConfig.Types.Hints.
Hints for OCR Engine
Implements
IMessageOcrConfigTypesHints, IEquatableOcrConfigTypesHints, IDeepCloneableOcrConfigTypesHints, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Hints()
public Hints()
Hints(Hints)
public Hints(OcrConfig.Types.Hints other)
Parameter | |
---|---|
Name | Description |
other | OcrConfigTypesHints |
Properties
LanguageHints
public RepeatedField<string> LanguageHints { get; }
List of BCP-47 language codes to use for OCR. In most cases, not specifying it yields the best results since it enables automatic language detection. For languages based on the Latin alphabet, setting 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).
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |