Interface AsyncBatchAnnotateImagesResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      OutputConfig getOutputConfig()
      The output location and metadata from AsyncBatchAnnotateImagesRequest.
      OutputConfigOrBuilder getOutputConfigOrBuilder()
      The output location and metadata from AsyncBatchAnnotateImagesRequest.
      boolean hasOutputConfig()
      The output location and metadata from AsyncBatchAnnotateImagesRequest.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasOutputConfig

        boolean hasOutputConfig()
         The output location and metadata from AsyncBatchAnnotateImagesRequest.
         
        .google.cloud.vision.v1.OutputConfig output_config = 1;
        Returns:
        Whether the outputConfig field is set.
      • getOutputConfig

        OutputConfig getOutputConfig()
         The output location and metadata from AsyncBatchAnnotateImagesRequest.
         
        .google.cloud.vision.v1.OutputConfig output_config = 1;
        Returns:
        The outputConfig.
      • getOutputConfigOrBuilder

        OutputConfigOrBuilder getOutputConfigOrBuilder()
         The output location and metadata from AsyncBatchAnnotateImagesRequest.
         
        .google.cloud.vision.v1.OutputConfig output_config = 1;