Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
newtype DocumentReadFeatureTypes Source #
A list of the types of analyses to perform. This field specifies what feature types need to be extracted from the document where entity recognition is expected.
TABLES
- Add TABLES to the list to return information about the tables that are detected in the input document.FORMS
- Add FORMS to return detected form data.
pattern DocumentReadFeatureTypes_FORMS :: DocumentReadFeatureTypes | |
pattern DocumentReadFeatureTypes_TABLES :: DocumentReadFeatureTypes |