com.google.cloud.vision.v1p4beta1.InputConfigOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-vision-v1p4beta1 Show documentation
Show all versions of proto-google-cloud-vision-v1p4beta1 Show documentation
PROTO library for proto-google-cloud-vision-v1p4beta1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/vision/v1p4beta1/image_annotator.proto
package com.google.cloud.vision.v1p4beta1;
public interface InputConfigOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.vision.v1p4beta1.InputConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The Google Cloud Storage location to read the input from.
*
*
* .google.cloud.vision.v1p4beta1.GcsSource gcs_source = 1;
*/
boolean hasGcsSource();
/**
*
*
*
* The Google Cloud Storage location to read the input from.
*
*
* .google.cloud.vision.v1p4beta1.GcsSource gcs_source = 1;
*/
com.google.cloud.vision.v1p4beta1.GcsSource getGcsSource();
/**
*
*
*
* The Google Cloud Storage location to read the input from.
*
*
* .google.cloud.vision.v1p4beta1.GcsSource gcs_source = 1;
*/
com.google.cloud.vision.v1p4beta1.GcsSourceOrBuilder getGcsSourceOrBuilder();
/**
*
*
*
* File content, represented as a stream of bytes.
* Note: As with all `bytes` fields, protobuffers use a pure binary
* representation, whereas JSON representations use base64.
* Currently, this field only works for BatchAnnotateFiles requests. It does
* not work for AsyncBatchAnnotateFiles requests.
*
*
* bytes content = 3;
*/
com.google.protobuf.ByteString getContent();
/**
*
*
*
* The type of the file. Currently only "application/pdf" and "image/tiff"
* are supported. Wildcards are not supported.
*
*
* string mime_type = 2;
*/
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;
*/
com.google.protobuf.ByteString getMimeTypeBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy