Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
OutputConfig |
OutputConfig.clone() |
OutputConfig |
AsyncAnnotateFileRequest.getOutputConfig()
Required.
|
OutputConfig |
AsyncAnnotateFileResponse.getOutputConfig()
The output location and metadata from AsyncAnnotateFileRequest.
|
OutputConfig |
AsyncBatchAnnotateImagesResponse.getOutputConfig()
The output location and metadata from AsyncBatchAnnotateImagesRequest.
|
OutputConfig |
AsyncBatchAnnotateImagesRequest.getOutputConfig()
Required.
|
OutputConfig |
OutputConfig.set(String fieldName,
Object value) |
OutputConfig |
OutputConfig.setBatchSize(Integer batchSize)
The max number of response protos to put into each output JSON file on Google Cloud Storage.
|
OutputConfig |
OutputConfig.setGcsDestination(GcsDestination gcsDestination)
The Google Cloud Storage location to write the output(s) to.
|
Modifier and Type | Method and Description |
---|---|
AsyncAnnotateFileRequest |
AsyncAnnotateFileRequest.setOutputConfig(OutputConfig outputConfig)
Required.
|
AsyncAnnotateFileResponse |
AsyncAnnotateFileResponse.setOutputConfig(OutputConfig outputConfig)
The output location and metadata from AsyncAnnotateFileRequest.
|
AsyncBatchAnnotateImagesResponse |
AsyncBatchAnnotateImagesResponse.setOutputConfig(OutputConfig outputConfig)
The output location and metadata from AsyncBatchAnnotateImagesRequest.
|
AsyncBatchAnnotateImagesRequest |
AsyncBatchAnnotateImagesRequest.setOutputConfig(OutputConfig outputConfig)
Required.
|
Copyright © 2011–2019 Google. All rights reserved.