Class GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchInputConfig
The message for input config in batch process.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchInputConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsSource
The Cloud Storage location as the source of the document.
Declaration
[JsonProperty("gcsSource")]
public virtual string GcsSource { get; set; }
Property Value
Type | Description |
---|---|
string |
MimeType
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, the type should be application/json
.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string |