Uses of Class
software.amazon.awssdk.services.comprehend.model.DocumentReaderConfig
-
Packages that use DocumentReaderConfig Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of DocumentReaderConfig in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DocumentReaderConfig Modifier and Type Method Description DocumentReaderConfigClassifyDocumentRequest. documentReaderConfig()Provides configuration parameters to override the default actions for extracting text from PDF documents and image files.DocumentReaderConfigDetectEntitiesRequest. documentReaderConfig()Provides configuration parameters to override the default actions for extracting text from PDF documents and image files.DocumentReaderConfigDocumentClassifierInputDataConfig. documentReaderConfig()Returns the value of the DocumentReaderConfig property for this object.DocumentReaderConfigInputDataConfig. documentReaderConfig()Provides configuration parameters to override the default actions for extracting text from PDF documents and image files.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type DocumentReaderConfig Modifier and Type Method Description ClassifyDocumentRequest.BuilderClassifyDocumentRequest.Builder. documentReaderConfig(DocumentReaderConfig documentReaderConfig)Provides configuration parameters to override the default actions for extracting text from PDF documents and image files.DetectEntitiesRequest.BuilderDetectEntitiesRequest.Builder. documentReaderConfig(DocumentReaderConfig documentReaderConfig)Provides configuration parameters to override the default actions for extracting text from PDF documents and image files.DocumentClassifierInputDataConfig.BuilderDocumentClassifierInputDataConfig.Builder. documentReaderConfig(DocumentReaderConfig documentReaderConfig)Sets the value of the DocumentReaderConfig property for this object.InputDataConfig.BuilderInputDataConfig.Builder. documentReaderConfig(DocumentReaderConfig documentReaderConfig)Provides configuration parameters to override the default actions for extracting text from PDF documents and image files.
-