Uses of Class
software.amazon.awssdk.services.rekognition.model.GeneralLabelsSettings
-
Packages that use GeneralLabelsSettings Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of GeneralLabelsSettings in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return GeneralLabelsSettings Modifier and Type Method Description GeneralLabelsSettingsDetectLabelsSettings. generalLabels()Contains the specified filters for GENERAL_LABELS.GeneralLabelsSettingsLabelDetectionSettings. generalLabels()Returns the value of the GeneralLabels property for this object.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type GeneralLabelsSettings Modifier and Type Method Description DetectLabelsSettings.BuilderDetectLabelsSettings.Builder. generalLabels(GeneralLabelsSettings generalLabels)Contains the specified filters for GENERAL_LABELS.LabelDetectionSettings.BuilderLabelDetectionSettings.Builder. generalLabels(GeneralLabelsSettings generalLabels)Sets the value of the GeneralLabels property for this object.
-