feature Types
suspend fun featureTypes(value: Output<List<DocumentClassifierDocumentReaderConfigFeatureTypesItem>>)
Parameters
value
Specifies the type of Amazon Textract features to apply. If you chose TEXTRACT_ANALYZE_DOCUMENT
as the read action, you must specify one or both of the following values:
TABLES
- Returns additional information about any tables that are detected in the input document.FORMS
- Returns additional information about any forms that are detected in the input document.
suspend fun featureTypes(vararg values: Output<DocumentClassifierDocumentReaderConfigFeatureTypesItem>)
suspend fun featureTypes(values: List<Output<DocumentClassifierDocumentReaderConfigFeatureTypesItem>>)
Parameters
values
Specifies the type of Amazon Textract features to apply. If you chose TEXTRACT_ANALYZE_DOCUMENT
as the read action, you must specify one or both of the following values:
TABLES
- Returns additional information about any tables that are detected in the input document.FORMS
- Returns additional information about any forms that are detected in the input document.