All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.vision.v1.InputConfigOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/vision/v1/image_annotator.proto

package com.google.cloud.vision.v1;

public interface InputConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.vision.v1.InputConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The Google Cloud Storage location to read the input from.
   * 
* * .google.cloud.vision.v1.GcsSource gcs_source = 1; */ boolean hasGcsSource(); /** *
   * The Google Cloud Storage location to read the input from.
   * 
* * .google.cloud.vision.v1.GcsSource gcs_source = 1; */ com.google.cloud.vision.v1.GcsSource getGcsSource(); /** *
   * The Google Cloud Storage location to read the input from.
   * 
* * .google.cloud.vision.v1.GcsSource gcs_source = 1; */ com.google.cloud.vision.v1.GcsSourceOrBuilder getGcsSourceOrBuilder(); /** *
   * 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