DocumentClassifierDocumentReaderConfigArgs

data class DocumentClassifierDocumentReaderConfigArgs(val documentReadAction: Output<DocumentClassifierDocumentReaderConfigDocumentReadAction>, val documentReadMode: Output<DocumentClassifierDocumentReaderConfigDocumentReadMode>? = null, val featureTypes: Output<List<DocumentClassifierDocumentReaderConfigFeatureTypesItem>>? = null) : ConvertibleToJava<DocumentClassifierDocumentReaderConfigArgs>

Constructors

Properties

Link copied to clipboard

This field defines the Amazon Textract API operation that Amazon Comprehend uses to extract text from PDF files and image files. Enter one of the following values:

Link copied to clipboard

Determines the text extraction actions for PDF files. Enter one of the following values:

Link copied to clipboard

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:

Functions

Link copied to clipboard
open override fun toJava(): DocumentClassifierDocumentReaderConfigArgs