@Deprecated public static interface BatchProcessRequest.BatchInputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGcsSource()
Deprecated.
The Cloud Storage location as the source of the document.
|
com.google.protobuf.ByteString |
getGcsSourceBytes()
Deprecated.
The Cloud Storage location as the source of the document.
|
String |
getMimeType()
Deprecated.
An IANA published [media type (MIME
type)](https://www.iana.org/assignments/media-types/media-types.xhtml) of
the input.
|
com.google.protobuf.ByteString |
getMimeTypeBytes()
Deprecated.
An IANA published [media type (MIME
type)](https://www.iana.org/assignments/media-types/media-types.xhtml) of
the input.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getGcsSource()
The Cloud Storage location as the source of the document.
string gcs_source = 1;com.google.protobuf.ByteString getGcsSourceBytes()
The Cloud Storage location as the source of the document.
string gcs_source = 1;String getMimeType()
An IANA published [media type (MIME type)](https://www.iana.org/assignments/media-types/media-types.xhtml) of the input. If the input is a raw document, refer to [supported file types](https://cloud.google.com/document-ai/docs/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`.
string mime_type = 2;com.google.protobuf.ByteString getMimeTypeBytes()
An IANA published [media type (MIME type)](https://www.iana.org/assignments/media-types/media-types.xhtml) of the input. If the input is a raw document, refer to [supported file types](https://cloud.google.com/document-ai/docs/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`.
string mime_type = 2;Copyright © 2024 Google LLC. All rights reserved.