Package com.google.cloud.vision.v1
Interface AsyncBatchAnnotateImagesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AsyncBatchAnnotateImagesResponse
,AsyncBatchAnnotateImagesResponse.Builder
public interface AsyncBatchAnnotateImagesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
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.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;
-
-