Interface AsyncAnnotateFileResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AsyncAnnotateFileResponse
,AsyncAnnotateFileResponse.Builder
public interface AsyncAnnotateFileResponseOrBuilder 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 AsyncAnnotateFileRequest.OutputConfigOrBuilder
getOutputConfigOrBuilder()
The output location and metadata from AsyncAnnotateFileRequest.boolean
hasOutputConfig()
The output location and metadata from AsyncAnnotateFileRequest.-
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 AsyncAnnotateFileRequest.
.google.cloud.vision.v1p3beta1.OutputConfig output_config = 1;
- Returns:
- Whether the outputConfig field is set.
-
getOutputConfig
OutputConfig getOutputConfig()
The output location and metadata from AsyncAnnotateFileRequest.
.google.cloud.vision.v1p3beta1.OutputConfig output_config = 1;
- Returns:
- The outputConfig.
-
getOutputConfigOrBuilder
OutputConfigOrBuilder getOutputConfigOrBuilder()
The output location and metadata from AsyncAnnotateFileRequest.
.google.cloud.vision.v1p3beta1.OutputConfig output_config = 1;
-
-