Class BatchProcessRequest.Types.BatchInputConfig (1.0.0-beta04)

[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.

Inheritance

Object > BatchProcessRequest.Types.BatchInputConfig

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

BatchInputConfig()

public BatchInputConfig()

BatchInputConfig(BatchProcessRequest.Types.BatchInputConfig)

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

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; }

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
TypeDescription
String