Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchInputConfig

The message for input config in batch process.

Inheritance
object
GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchInputConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX