public sealed class DocumentOutputConfig : IMessage<DocumentOutputConfig>, IEquatable<DocumentOutputConfig>, IDeepCloneable<DocumentOutputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class DocumentOutputConfig.
Config that controls the output of documents. All documents will be written as a JSON file.
Implements
IMessageDocumentOutputConfig, IEquatableDocumentOutputConfig, IDeepCloneableDocumentOutputConfig, 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 |
DocumentOutputConfigDestinationOneofCase |
GcsOutputConfig
public DocumentOutputConfig.Types.GcsOutputConfig GcsOutputConfig { get; set; }
Output config to write the results to Cloud Storage.
Property Value | |
---|---|
Type | Description |
DocumentOutputConfigTypesGcsOutputConfig |