public static interface BatchProcessRequest.BatchInputConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGcsSource()
The Cloud Storage location as the source of the document.
|
com.google.protobuf.ByteString |
getGcsSourceBytes()
The Cloud Storage location as the source of the document.
|
String |
getMimeType()
Mimetype of the input.
|
com.google.protobuf.ByteString |
getMimeTypeBytes()
Mimetype 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()
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.
string mime_type = 2;com.google.protobuf.ByteString getMimeTypeBytes()
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.
string mime_type = 2;Copyright © 2020 Google LLC. All rights reserved.