public sealed class DocumentOutputConfig : IMessage<DocumentOutputConfig>, IEquatable<DocumentOutputConfig>, IDeepCloneable<DocumentOutputConfig>, IBufferMessage, IMessageConfig that controls the output of documents. All documents will be written as a JSON file.
Implements
IMessage<DocumentOutputConfig>, IEquatable<DocumentOutputConfig>, IDeepCloneable<DocumentOutputConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
DocumentOutputConfig()
public DocumentOutputConfig()DocumentOutputConfig(DocumentOutputConfig)
public DocumentOutputConfig(DocumentOutputConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
DocumentOutputConfig |
Properties
DestinationCase
public DocumentOutputConfig.DestinationOneofCase DestinationCase { get; }| Property Value | |
|---|---|
| Type | Description |
DocumentOutputConfig.DestinationOneofCase |
|
GcsOutputConfig
public DocumentOutputConfig.Types.GcsOutputConfig GcsOutputConfig { get; set; }Output config to write the results to Cloud Storage.
| Property Value | |
|---|---|
| Type | Description |
DocumentOutputConfig.Types.GcsOutputConfig |
|