static DetectLabelsResponse.Builder |
DetectLabelsResponse.builder() |
|
default DetectLabelsResponse.Builder |
DetectLabelsResponse.Builder.imageProperties(Consumer<DetectLabelsImageProperties.Builder> imageProperties) |
Information about the properties of the input image, such as brightness, sharpness, contrast, and dominant
colors.
|
DetectLabelsResponse.Builder |
DetectLabelsResponse.Builder.imageProperties(DetectLabelsImageProperties imageProperties) |
Information about the properties of the input image, such as brightness, sharpness, contrast, and dominant
colors.
|
DetectLabelsResponse.Builder |
DetectLabelsResponse.Builder.labelModelVersion(String labelModelVersion) |
Version number of the label detection model that was used to detect labels.
|
DetectLabelsResponse.Builder |
DetectLabelsResponse.Builder.labels(Collection<Label> labels) |
An array of labels for the real-world objects detected.
|
DetectLabelsResponse.Builder |
DetectLabelsResponse.Builder.labels(Consumer<Label.Builder>... labels) |
An array of labels for the real-world objects detected.
|
DetectLabelsResponse.Builder |
DetectLabelsResponse.Builder.labels(Label... labels) |
An array of labels for the real-world objects detected.
|
DetectLabelsResponse.Builder |
DetectLabelsResponse.Builder.orientationCorrection(String orientationCorrection) |
The value of OrientationCorrection is always null.
|
DetectLabelsResponse.Builder |
DetectLabelsResponse.Builder.orientationCorrection(OrientationCorrection orientationCorrection) |
The value of OrientationCorrection is always null.
|
DetectLabelsResponse.Builder |
DetectLabelsResponse.toBuilder() |
|