Uses of Class
software.amazon.awssdk.services.rekognition.model.ContentType
-
Packages that use ContentType Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of ContentType in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type ContentType Modifier and Type Method Description List<ContentType>DetectModerationLabelsResponse. contentTypes()A list of predicted results for the type of content an image contains.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type ContentType Modifier and Type Method Description DetectModerationLabelsResponse.BuilderDetectModerationLabelsResponse.Builder. contentTypes(ContentType... contentTypes)A list of predicted results for the type of content an image contains.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type ContentType Modifier and Type Method Description DetectModerationLabelsResponse.BuilderDetectModerationLabelsResponse.Builder. contentTypes(Collection<ContentType> contentTypes)A list of predicted results for the type of content an image contains.
-