[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.
Implements
IMessageBatchProcessRequestTypesBatchInputConfig, IEquatableBatchProcessRequestTypesBatchInputConfig, IDeepCloneableBatchProcessRequestTypesBatchInputConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
BatchInputConfig()
public BatchInputConfig()
BatchInputConfig(BatchInputConfig)
public BatchInputConfig(BatchProcessRequest.Types.BatchInputConfig other)
Parameter | |
---|---|
Name | Description |
other |
BatchProcessRequestTypesBatchInputConfig |
Properties
GcsSource
public string GcsSource { get; set; }
The Cloud Storage location as the source of the document.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |