Uses of Class
software.amazon.awssdk.services.rekognition.model.DetectLabelsFeatureName
-
Packages that use DetectLabelsFeatureName Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of DetectLabelsFeatureName in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return DetectLabelsFeatureName Modifier and Type Method Description static DetectLabelsFeatureNameDetectLabelsFeatureName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DetectLabelsFeatureNameDetectLabelsFeatureName. valueOf(String name)Returns the enum constant of this type with the specified name.static DetectLabelsFeatureName[]DetectLabelsFeatureName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type DetectLabelsFeatureName Modifier and Type Method Description List<DetectLabelsFeatureName>DetectLabelsRequest. features()A list of the types of analysis to perform.static Set<DetectLabelsFeatureName>DetectLabelsFeatureName. knownValues()Methods in software.amazon.awssdk.services.rekognition.model with parameters of type DetectLabelsFeatureName Modifier and Type Method Description DetectLabelsRequest.BuilderDetectLabelsRequest.Builder. features(DetectLabelsFeatureName... features)A list of the types of analysis to perform.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type DetectLabelsFeatureName Modifier and Type Method Description DetectLabelsRequest.BuilderDetectLabelsRequest.Builder. features(Collection<DetectLabelsFeatureName> features)A list of the types of analysis to perform.
-