Cloud Document AI v1beta3 API - Class BatchProcessRequest.Types.BatchInputConfig (2.0.0-beta18)

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

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

The message for input config in batch process.

Inheritance

object > BatchProcessRequest.Types.BatchInputConfig

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

BatchInputConfig()

public BatchInputConfig()

BatchInputConfig(BatchInputConfig)

public BatchInputConfig(BatchProcessRequest.Types.BatchInputConfig other)
Parameter
NameDescription
otherBatchProcessRequestTypesBatchInputConfig

Properties

GcsSource

public string GcsSource { get; set; }

The Cloud Storage location as the source of the document.

Property Value
TypeDescription
string

MimeType

public string MimeType { get; set; }

An IANA published media type (MIME type) of the input. If the input is a raw document, refer to supported file types for the list of media types. If the input is a [Document][google.cloud.documentai.v1beta3.Document], the type should be application/json.

Property Value
TypeDescription
string