public sealed class ProcessOptions : IMessage<ProcessOptions>, IEquatable<ProcessOptions>, IDeepCloneable<ProcessOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class ProcessOptions.
Options for Process API
Implements
IMessageProcessOptions, IEquatableProcessOptions, IDeepCloneableProcessOptions, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
ProcessOptions()
public ProcessOptions()
ProcessOptions(ProcessOptions)
public ProcessOptions(ProcessOptions other)
Parameter | |
---|---|
Name | Description |
other | ProcessOptions |
Properties
OcrConfig
public OcrConfig OcrConfig { get; set; }
Only applicable to OCR_PROCESSOR
. Returns error if set on other
processor types.
Property Value | |
---|---|
Type | Description |
OcrConfig |