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

com.google.cloud.vision.v1.ImageSourceOrBuilder 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 ImageSourceOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.vision.v1.ImageSource)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Google Cloud Storage image URI. It must be in the following form:
   * `gs://bucket_name/object_name`. For more
   * details, please see: https://cloud.google.com/storage/docs/reference-uris.
   * NOTE: Cloud Storage object versioning is not supported!
   * 
* * optional string gcs_image_uri = 1; */ java.lang.String getGcsImageUri(); /** *
   * Google Cloud Storage image URI. It must be in the following form:
   * `gs://bucket_name/object_name`. For more
   * details, please see: https://cloud.google.com/storage/docs/reference-uris.
   * NOTE: Cloud Storage object versioning is not supported!
   * 
* * optional string gcs_image_uri = 1; */ com.google.protobuf.ByteString getGcsImageUriBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy