[Obsolete]
public sealed class BatchInputConfig : IMessage<BatchProcessRequest.Types.BatchInputConfig>, IEquatable<BatchProcessRequest.Types.BatchInputConfig>, IDeepCloneable<BatchProcessRequest.Types.BatchInputConfig>, IBufferMessage, IMessage
The message for input config in batch process.
Implements
IMessage<BatchProcessRequest.Types.BatchInputConfig>, IEquatable<BatchProcessRequest.Types.BatchInputConfig>, IDeepCloneable<BatchProcessRequest.Types.BatchInputConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
BatchInputConfig()
public BatchInputConfig()
BatchInputConfig(BatchProcessRequest.Types.BatchInputConfig)
public BatchInputConfig(BatchProcessRequest.Types.BatchInputConfig other)
Parameter | |
---|---|
Name | Description |
other | BatchProcessRequest.Types.BatchInputConfig |
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; }
Mimetype of the input. If the input is a raw document, the supported mimetypes are application/pdf, image/tiff, and image/gif. If the input is a [Document] proto, the type should be application/json.
Property Value | |
---|---|
Type | Description |
String |