featureTypes

@JvmName(name = "skoxvrjthfxckxvb")
suspend fun featureTypes(value: Output<List<DocumentClassifierDocumentReaderConfigFeatureTypesItem>>)
@JvmName(name = "abamlcdveggwxnhf")
suspend fun featureTypes(value: 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.


@JvmName(name = "yjjougiqtdontxgv")
suspend fun featureTypes(vararg values: Output<DocumentClassifierDocumentReaderConfigFeatureTypesItem>)


@JvmName(name = "ylcxurpodvkkrnpu")
suspend fun featureTypes(values: List<Output<DocumentClassifierDocumentReaderConfigFeatureTypesItem>>)
@JvmName(name = "igxubbjrjcpbjbwb")
suspend fun featureTypes(vararg values: 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.