public interface InputConfigOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GcsSource |
getGcsSource()
The Google Cloud Storage location to read the input from.
|
GcsSourceOrBuilder |
getGcsSourceOrBuilder()
The Google Cloud Storage location to read the input from.
|
java.lang.String |
getMimeType()
The type of the file.
|
ByteString |
getMimeTypeBytes()
The type of the file.
|
boolean |
hasGcsSource()
The Google Cloud Storage location to read the input from.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasGcsSource()
The Google Cloud Storage location to read the input from.
.google.cloud.vision.v1p2beta1.GcsSource gcs_source = 1;GcsSource getGcsSource()
The Google Cloud Storage location to read the input from.
.google.cloud.vision.v1p2beta1.GcsSource gcs_source = 1;GcsSourceOrBuilder getGcsSourceOrBuilder()
The Google Cloud Storage location to read the input from.
.google.cloud.vision.v1p2beta1.GcsSource gcs_source = 1;java.lang.String getMimeType()
The type of the file. Currently only "application/pdf" and "image/tiff" are supported. Wildcards are not supported.
string mime_type = 2;ByteString getMimeTypeBytes()
The type of the file. Currently only "application/pdf" and "image/tiff" are supported. Wildcards are not supported.
string mime_type = 2;