Cloud Document AI v1beta3 API - Class BatchProcessRequest.Types.BatchOutputConfig (2.0.0-beta19)

[Obsolete]
public sealed class BatchProcessRequest.Types.BatchOutputConfig : IMessage<BatchProcessRequest.Types.BatchOutputConfig>, IEquatable<BatchProcessRequest.Types.BatchOutputConfig>, IDeepCloneable<BatchProcessRequest.Types.BatchOutputConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1beta3 API class BatchProcessRequest.Types.BatchOutputConfig.

The output configuration in the [BatchProcessDocuments][google.cloud.documentai.v1beta3.DocumentProcessorService.BatchProcessDocuments] method.

Inheritance

object > BatchProcessRequest.Types.BatchOutputConfig

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

BatchOutputConfig()

public BatchOutputConfig()

BatchOutputConfig(BatchOutputConfig)

public BatchOutputConfig(BatchProcessRequest.Types.BatchOutputConfig other)
Parameter
NameDescription
otherBatchProcessRequestTypesBatchOutputConfig

Properties

GcsDestination

public string GcsDestination { get; set; }

The output Cloud Storage directory to put the processed documents.

Property Value
TypeDescription
string