Cloud Document AI v1 API - Class DocumentOutputConfig (3.15.0)

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.

Inheritance

object > DocumentOutputConfig

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

DocumentOutputConfig()

public DocumentOutputConfig()

DocumentOutputConfig(DocumentOutputConfig)

public DocumentOutputConfig(DocumentOutputConfig other)
Parameter
NameDescription
otherDocumentOutputConfig

Properties

DestinationCase

public DocumentOutputConfig.DestinationOneofCase DestinationCase { get; }
Property Value
TypeDescription
DocumentOutputConfigDestinationOneofCase

GcsOutputConfig

public DocumentOutputConfig.Types.GcsOutputConfig GcsOutputConfig { get; set; }

Output config to write the results to Cloud Storage.

Property Value
TypeDescription
DocumentOutputConfigTypesGcsOutputConfig