public static interface DocumentReaderConfig.Builder extends SdkPojo, CopyableBuilder<DocumentReaderConfig.Builder,DocumentReaderConfig>
| Modifier and Type | Method and Description |
|---|---|
DocumentReaderConfig.Builder |
documentReadAction(DocumentReadAction documentReadAction)
This enum field will start with two values which will apply to PDFs:
|
DocumentReaderConfig.Builder |
documentReadAction(String documentReadAction)
This enum field will start with two values which will apply to PDFs:
|
DocumentReaderConfig.Builder |
documentReadMode(DocumentReadMode documentReadMode)
This enum field provides two values:
|
DocumentReaderConfig.Builder |
documentReadMode(String documentReadMode)
This enum field provides two values:
|
DocumentReaderConfig.Builder |
featureTypes(Collection<DocumentReadFeatureTypes> featureTypes)
Specifies how the text in an input file should be processed:
|
DocumentReaderConfig.Builder |
featureTypes(DocumentReadFeatureTypes... featureTypes)
Specifies how the text in an input file should be processed:
|
DocumentReaderConfig.Builder |
featureTypesWithStrings(Collection<String> featureTypes)
Specifies how the text in an input file should be processed:
|
DocumentReaderConfig.Builder |
featureTypesWithStrings(String... featureTypes)
Specifies how the text in an input file should be processed:
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDocumentReaderConfig.Builder documentReadAction(String documentReadAction)
This enum field will start with two values which will apply to PDFs:
TEXTRACT_DETECT_DOCUMENT_TEXT - The service calls DetectDocumentText for PDF documents per page.
TEXTRACT_ANALYZE_DOCUMENT - The service calls AnalyzeDocument for PDF documents per page.
documentReadAction - This enum field will start with two values which will apply to PDFs:
TEXTRACT_DETECT_DOCUMENT_TEXT - The service calls DetectDocumentText for PDF documents
per page.
TEXTRACT_ANALYZE_DOCUMENT - The service calls AnalyzeDocument for PDF documents per page.
DocumentReadAction,
DocumentReadActionDocumentReaderConfig.Builder documentReadAction(DocumentReadAction documentReadAction)
This enum field will start with two values which will apply to PDFs:
TEXTRACT_DETECT_DOCUMENT_TEXT - The service calls DetectDocumentText for PDF documents per page.
TEXTRACT_ANALYZE_DOCUMENT - The service calls AnalyzeDocument for PDF documents per page.
documentReadAction - This enum field will start with two values which will apply to PDFs:
TEXTRACT_DETECT_DOCUMENT_TEXT - The service calls DetectDocumentText for PDF documents
per page.
TEXTRACT_ANALYZE_DOCUMENT - The service calls AnalyzeDocument for PDF documents per page.
DocumentReadAction,
DocumentReadActionDocumentReaderConfig.Builder documentReadMode(String documentReadMode)
This enum field provides two values:
SERVICE_DEFAULT - use service defaults for Document reading. For Digital PDF it would mean using
an internal parser instead of Textract APIs
FORCE_DOCUMENT_READ_ACTION - Always use specified action for DocumentReadAction, including
Digital PDF.
documentReadMode - This enum field provides two values:
SERVICE_DEFAULT - use service defaults for Document reading. For Digital PDF it would
mean using an internal parser instead of Textract APIs
FORCE_DOCUMENT_READ_ACTION - Always use specified action for DocumentReadAction,
including Digital PDF.
DocumentReadMode,
DocumentReadModeDocumentReaderConfig.Builder documentReadMode(DocumentReadMode documentReadMode)
This enum field provides two values:
SERVICE_DEFAULT - use service defaults for Document reading. For Digital PDF it would mean using
an internal parser instead of Textract APIs
FORCE_DOCUMENT_READ_ACTION - Always use specified action for DocumentReadAction, including
Digital PDF.
documentReadMode - This enum field provides two values:
SERVICE_DEFAULT - use service defaults for Document reading. For Digital PDF it would
mean using an internal parser instead of Textract APIs
FORCE_DOCUMENT_READ_ACTION - Always use specified action for DocumentReadAction,
including Digital PDF.
DocumentReadMode,
DocumentReadModeDocumentReaderConfig.Builder featureTypesWithStrings(Collection<String> featureTypes)
Specifies how the text in an input file should be processed:
featureTypes - Specifies how the text in an input file should be processed:DocumentReaderConfig.Builder featureTypesWithStrings(String... featureTypes)
Specifies how the text in an input file should be processed:
featureTypes - Specifies how the text in an input file should be processed:DocumentReaderConfig.Builder featureTypes(Collection<DocumentReadFeatureTypes> featureTypes)
Specifies how the text in an input file should be processed:
featureTypes - Specifies how the text in an input file should be processed:DocumentReaderConfig.Builder featureTypes(DocumentReadFeatureTypes... featureTypes)
Specifies how the text in an input file should be processed:
featureTypes - Specifies how the text in an input file should be processed:Copyright © 2022. All rights reserved.