public interface AsyncAnnotateFileResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasOutputConfig()
The output location and metadata from AsyncAnnotateFileRequest.
.google.cloud.vision.v1p2beta1.OutputConfig output_config = 1;
OutputConfig getOutputConfig()
The output location and metadata from AsyncAnnotateFileRequest.
.google.cloud.vision.v1p2beta1.OutputConfig output_config = 1;
OutputConfigOrBuilder getOutputConfigOrBuilder()
The output location and metadata from AsyncAnnotateFileRequest.
.google.cloud.vision.v1p2beta1.OutputConfig output_config = 1;
Copyright © 2022 Google LLC. All rights reserved.