Uses of Class
software.amazon.awssdk.services.comprehend.model.DocumentReadAction
-
Packages that use DocumentReadAction Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of DocumentReadAction in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DocumentReadAction Modifier and Type Method Description DocumentReadActionDocumentReaderConfig. documentReadAction()This field defines the Amazon Textract API operation that Amazon Comprehend uses to extract text from PDF files and image files.static DocumentReadActionDocumentReadAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DocumentReadActionDocumentReadAction. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentReadAction[]DocumentReadAction. 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 DocumentReadAction Modifier and Type Method Description static Set<DocumentReadAction>DocumentReadAction. knownValues()Methods in software.amazon.awssdk.services.comprehend.model with parameters of type DocumentReadAction Modifier and Type Method Description DocumentReaderConfig.BuilderDocumentReaderConfig.Builder. documentReadAction(DocumentReadAction documentReadAction)This field defines the Amazon Textract API operation that Amazon Comprehend uses to extract text from PDF files and image files.
-