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

com.google.cloud.vision.v1p4beta1.AsyncBatchAnnotateImagesResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.142.0
Show newest version
// 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 AsyncBatchAnnotateImagesResponseOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.vision.v1p4beta1.AsyncBatchAnnotateImagesResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The output location and metadata from AsyncBatchAnnotateImagesRequest.
   * 
* * .google.cloud.vision.v1p4beta1.OutputConfig output_config = 1; */ boolean hasOutputConfig(); /** * * *
   * The output location and metadata from AsyncBatchAnnotateImagesRequest.
   * 
* * .google.cloud.vision.v1p4beta1.OutputConfig output_config = 1; */ com.google.cloud.vision.v1p4beta1.OutputConfig getOutputConfig(); /** * * *
   * The output location and metadata from AsyncBatchAnnotateImagesRequest.
   * 
* * .google.cloud.vision.v1p4beta1.OutputConfig output_config = 1; */ com.google.cloud.vision.v1p4beta1.OutputConfigOrBuilder getOutputConfigOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy