Uses of Class
software.amazon.awssdk.services.rekognition.model.LabelDetectionSettings
-
Packages that use LabelDetectionSettings Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of LabelDetectionSettings in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return LabelDetectionSettings Modifier and Type Method Description LabelDetectionSettingsStartLabelDetectionRequest. settings()The settings for a StartLabelDetection request.Contains the specified parameters for the label detection request of an asynchronous label analysis operation.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type LabelDetectionSettings Modifier and Type Method Description StartLabelDetectionRequest.BuilderStartLabelDetectionRequest.Builder. settings(LabelDetectionSettings settings)The settings for a StartLabelDetection request.Contains the specified parameters for the label detection request of an asynchronous label analysis operation.
-