| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentReaderConfig |
DocumentReaderConfig.clone() |
DocumentReaderConfig |
InputDataConfig.getDocumentReaderConfig()
The document reader config field applies only for InputDataConfig of StartEntitiesDetectionJob.
|
DocumentReaderConfig |
DocumentReaderConfig.withDocumentReadAction(DocumentReadAction documentReadAction)
This enum field will start with two values which will apply to PDFs:
|
DocumentReaderConfig |
DocumentReaderConfig.withDocumentReadAction(String documentReadAction)
This enum field will start with two values which will apply to PDFs:
|
DocumentReaderConfig |
DocumentReaderConfig.withDocumentReadMode(DocumentReadMode documentReadMode)
This enum field provides two values:
|
DocumentReaderConfig |
DocumentReaderConfig.withDocumentReadMode(String documentReadMode)
This enum field provides two values:
|
DocumentReaderConfig |
DocumentReaderConfig.withFeatureTypes(Collection<String> featureTypes)
Specifies how the text in an input file should be processed:
|
DocumentReaderConfig |
DocumentReaderConfig.withFeatureTypes(DocumentReadFeatureTypes... featureTypes)
Specifies how the text in an input file should be processed:
|
DocumentReaderConfig |
DocumentReaderConfig.withFeatureTypes(String... featureTypes)
Specifies how the text in an input file should be processed:
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputDataConfig.setDocumentReaderConfig(DocumentReaderConfig documentReaderConfig)
The document reader config field applies only for InputDataConfig of StartEntitiesDetectionJob.
|
InputDataConfig |
InputDataConfig.withDocumentReaderConfig(DocumentReaderConfig documentReaderConfig)
The document reader config field applies only for InputDataConfig of StartEntitiesDetectionJob.
|
Copyright © 2022. All rights reserved.