Uses of Class
software.amazon.awssdk.services.textract.model.ContentClassifier
-
Packages that use ContentClassifier Package Description software.amazon.awssdk.services.textract.model -
-
Uses of ContentClassifier in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return ContentClassifier Modifier and Type Method Description static ContentClassifierContentClassifier. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContentClassifierContentClassifier. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentClassifier[]ContentClassifier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type ContentClassifier Modifier and Type Method Description List<ContentClassifier>HumanLoopDataAttributes. contentClassifiers()Sets whether the input image is free of personally identifiable information or adult content.static Set<ContentClassifier>ContentClassifier. knownValues()Methods in software.amazon.awssdk.services.textract.model with parameters of type ContentClassifier Modifier and Type Method Description HumanLoopDataAttributes.BuilderHumanLoopDataAttributes.Builder. contentClassifiers(ContentClassifier... contentClassifiers)Sets whether the input image is free of personally identifiable information or adult content.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type ContentClassifier Modifier and Type Method Description HumanLoopDataAttributes.BuilderHumanLoopDataAttributes.Builder. contentClassifiers(Collection<ContentClassifier> contentClassifiers)Sets whether the input image is free of personally identifiable information or adult content.
-