Uses of Class
software.amazon.awssdk.services.comprehend.model.DocumentReadFeatureTypes
-
Packages that use DocumentReadFeatureTypes Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of DocumentReadFeatureTypes in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DocumentReadFeatureTypes Modifier and Type Method Description static DocumentReadFeatureTypesDocumentReadFeatureTypes. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DocumentReadFeatureTypesDocumentReadFeatureTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentReadFeatureTypes[]DocumentReadFeatureTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type DocumentReadFeatureTypes Modifier and Type Method Description List<DocumentReadFeatureTypes>DocumentReaderConfig. featureTypes()Specifies the type of Amazon Textract features to apply.static Set<DocumentReadFeatureTypes>DocumentReadFeatureTypes. knownValues()Methods in software.amazon.awssdk.services.comprehend.model with parameters of type DocumentReadFeatureTypes Modifier and Type Method Description DocumentReaderConfig.BuilderDocumentReaderConfig.Builder. featureTypes(DocumentReadFeatureTypes... featureTypes)Specifies the type of Amazon Textract features to apply.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type DocumentReadFeatureTypes Modifier and Type Method Description DocumentReaderConfig.BuilderDocumentReaderConfig.Builder. featureTypes(Collection<DocumentReadFeatureTypes> featureTypes)Specifies the type of Amazon Textract features to apply.
-