_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
expense_documents
The expenses detected by Amazon Textract. | STRUCT( "expense_index" BIGINT, "summary_fields" STRUCT( "type" STRUCT( "text" VARCHAR, "confidence" DOUBLE ), "label_detection" STRUCT( "text" VARCHAR, "geometry" STRUCT( "bounding_box" STRUCT( "width" DOUBLE, "height" DOUBLE, "left" DOUBLE, "top" DOUBLE ), "polygon" STRUCT( "x" DOUBLE, "y" DOUBLE )[] ), "confidence" DOUBLE ), "value_detection" STRUCT( "text" VARCHAR, "geometry" STRUCT( "bounding_box" STRUCT( "width" DOUBLE, "height" DOUBLE, "left" DOUBLE, "top" DOUBLE ), "polygon" STRUCT( "x" DOUBLE, "y" DOUBLE )[] ), "confidence" DOUBLE ), "page_number" BIGINT, "currency" STRUCT( "code" VARCHAR, "confidence" DOUBLE ), "group_properties" STRUCT( "types" VARCHAR[], "id" VARCHAR )[] )[], "line_item_groups" STRUCT( "line_item_group_index" BIGINT, "line_items" STRUCT( "line_item_expense_fields" STRUCT( "type" STRUCT( "text" VARCHAR, "confidence" DOUBLE ), "label_detection" STRUCT( "text" VARCHAR, "geometry" STRUCT( "bounding_box" STRUCT( "width" DOUBLE, "height" DOUBLE, "left" DOUBLE, "top" DOUBLE ), "polygon" STRUCT( "x" DOUBLE, "y" DOUBLE )[] ), "confidence" DOUBLE ), "value_detection" STRUCT( "text" VARCHAR, "geometry" STRUCT( "bounding_box" STRUCT( "width" DOUBLE, "height" DOUBLE, "left" DOUBLE, "top" DOUBLE ), "polygon" STRUCT( "x" DOUBLE, "y" DOUBLE )[] ), "confidence" DOUBLE ), "page_number" BIGINT, "currency" STRUCT( "code" VARCHAR, "confidence" DOUBLE ), "group_properties" STRUCT( "types" VARCHAR[], "id" VARCHAR )[] )[] )[] )[], "blocks" STRUCT( "block_type" VARCHAR, "confidence" DOUBLE, "text" VARCHAR, "text_type" VARCHAR, "row_index" BIGINT, "column_index" BIGINT, "row_span" BIGINT, "column_span" BIGINT, "geometry" STRUCT( "bounding_box" STRUCT( "width" DOUBLE, "height" DOUBLE, "left" DOUBLE, "top" DOUBLE ), "polygon" STRUCT( "x" DOUBLE, "y" DOUBLE )[] ), "id" VARCHAR, "relationships" STRUCT( "type" VARCHAR, "ids" VARCHAR[] )[], "entity_types" VARCHAR[], "selection_status" VARCHAR, "page" BIGINT, "query" STRUCT( "text" VARCHAR, "alias" VARCHAR, "pages" VARCHAR[] ) )[] )[] |
Show child fields- expense_documents[]
Show child fields- expense_documents[].blocks[]
Show child fields- expense_documents[].blocks[].block_type
The type of text item that's recognized. In operations for text detection, the following types are returned: -
PAGE - Contains a list of the LINE Block objects that are detected on a document page. -
WORD - A word detected on a document page. A word is one or more ISO basic Latin script characters that aren't separated by spaces. -
LINE - A string of tab-delimited, contiguous words that are detected on a document page. In text analysis operations, the following types are returned: -
PAGE - Contains a list of child Block objects that are detected on a document page. -
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for linked text that's detected on a document page. Use the EntityType field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object. -
WORD - A word that's detected on a document page. A word is one or more ISO basic Latin script characters that aren't separated by spaces. -
LINE - A string of tab-delimited, contiguous words that are detected on a document page. -
TABLE - A table that's detected on a document page. A table is grid-based information with two or more rows or columns, with a cell span of one row and one column each. -
TABLE_TITLE - The title of a table. A title is typically a line of text above or below a table, or embedded as the first row of a table. -
TABLE_FOOTER - The footer associated with a table. A footer is typically a line or lines of text below a table or embedded as the last row of a table. -
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell. -
MERGED_CELL - A cell in a table whose content spans more than one row or column. The Relationships array for this cell contain data from individual cells. -
SELECTION_ELEMENT - A selection element such as an option button (radio button) or a check box that's detected on a document page. Use the value of SelectionStatus to determine the status of the selection element. -
SIGNATURE - The location and confidence score of a signature detected on a document page. Can be returned as part of a Key-Value pair or a detected cell. -
QUERY - A question asked during the call of AnalyzeDocument. Contains an alias and an ID that attaches it to its answer. -
QUERY_RESULT - A response to a question asked during the call of analyze document. Comes with an alias and ID for ease of locating in a response. Also contains location and confidence score. The following BlockTypes are only returned for Amazon Textract Layout. -
LAYOUT_TITLE - The main title of the document. -
LAYOUT_HEADER - Text located in the top margin of the document. -
LAYOUT_FOOTER - Text located in the bottom margin of the document. -
LAYOUT_SECTION_HEADER - The titles of sections within a document. -
LAYOUT_PAGE_NUMBER - The page number of the documents. -
LAYOUT_LIST - Any information grouped together in list form. -
LAYOUT_FIGURE - Indicates the location of an image in a document. -
LAYOUT_TABLE - Indicates the location of a table in the document. -
LAYOUT_KEY_VALUE - Indicates the location of form key-values in a document. -
LAYOUT_TEXT - Text that is present typically as a part of paragraphs in documents.
- expense_documents[].blocks[].column_index
The column in which a table cell appears. The first column position is 1. ColumnIndex isn't returned by DetectDocumentText and GetDocumentTextDetection.
- expense_documents[].blocks[].column_span
The number of columns that a table cell spans. ColumnSpan isn't returned by DetectDocumentText and GetDocumentTextDetection.
- expense_documents[].blocks[].confidence
The confidence score that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
- expense_documents[].blocks[].entity_types[]
- expense_documents[].blocks[].geometry
The location of the recognized text on the image. It includes an axis-aligned, coarse bounding box that surrounds the text, and a finer-grain polygon for more accurate spatial information. Show child fields- expense_documents[].blocks[].geometry.bounding_box
An axis-aligned coarse representation of the location of the recognized item on the document page. Show child fields- expense_documents[].blocks[].geometry.bounding_box.height
The height of the bounding box as a ratio of the overall document page height.
- expense_documents[].blocks[].geometry.bounding_box.left
The left coordinate of the bounding box as a ratio of overall document page width.
- expense_documents[].blocks[].geometry.bounding_box.top
The top coordinate of the bounding box as a ratio of overall document page height.
- expense_documents[].blocks[].geometry.bounding_box.width
The width of the bounding box as a ratio of the overall document page width.
- expense_documents[].blocks[].geometry.polygon[]
Show child fields- expense_documents[].blocks[].geometry.polygon[].x
The value of the X coordinate for a point on a Polygon.
- expense_documents[].blocks[].geometry.polygon[].y
The value of the Y coordinate for a point on a Polygon.
- expense_documents[].blocks[].id
The identifier for the recognized text. The identifier is only unique for a single operation.
- expense_documents[].blocks[].page
The page on which a block was detected. Page is returned by synchronous and asynchronous operations. Page values greater than 1 are only returned for multipage documents that are in PDF or TIFF format. A scanned image (JPEG/PNG) provided to an asynchronous operation, even if it contains multiple document pages, is considered a single-page document. This means that for scanned images the value of Page is always 1.
- expense_documents[].blocks[].query
Show child fields- expense_documents[].blocks[].query.alias
Alias attached to the query, for ease of location.
- expense_documents[].blocks[].query.pages[]
- expense_documents[].blocks[].query.text
Question that Amazon Textract will apply to the document. An example would be "What is the customer's SSN?"
- expense_documents[].blocks[].relationships[]
Show child fields- expense_documents[].blocks[].relationships[].ids[]
- expense_documents[].blocks[].relationships[].type
The type of relationship between the blocks in the IDs array and the current block. The following list describes the relationship types that can be returned. -
VALUE - A list that contains the ID of the VALUE block that's associated with the KEY of a key-value pair. -
CHILD - A list of IDs that identify blocks found within the current block object. For example, WORD blocks have a CHILD relationship to the LINE block type. -
MERGED_CELL - A list of IDs that identify each of the MERGED_CELL block types in a table. -
ANSWER - A list that contains the ID of the QUERY_RESULT block that’s associated with the corresponding QUERY block. -
TABLE - A list of IDs that identify associated TABLE block types. -
TABLE_TITLE - A list that contains the ID for the TABLE_TITLE block type in a table. -
TABLE_FOOTER - A list of IDs that identify the TABLE_FOOTER block types in a table.
- expense_documents[].blocks[].row_index
The row in which a table cell is located. The first row position is 1. RowIndex isn't returned by DetectDocumentText and GetDocumentTextDetection.
- expense_documents[].blocks[].row_span
The number of rows that a table cell spans. RowSpan isn't returned by DetectDocumentText and GetDocumentTextDetection.
- expense_documents[].blocks[].selection_status
The selection status of a selection element, such as an option button or check box.
- expense_documents[].blocks[].text
The word or line of text that's recognized by Amazon Textract.
- expense_documents[].blocks[].text_type
The kind of text that Amazon Textract has detected. Can check for handwritten text and printed text.
- expense_documents[].expense_index
Denotes which invoice or receipt in the document the information is coming from. First document will be 1, the second 2, and so on.
- expense_documents[].line_item_groups[]
Show child fields- expense_documents[].line_item_groups[].line_item_group_index
The number used to identify a specific table in a document. The first table encountered will have a LineItemGroupIndex of 1, the second 2, etc.
- expense_documents[].line_item_groups[].line_items[]
Show child fields- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[]
Show child fields- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].currency
Shows the kind of currency, both the code and confidence associated with any monatary value detected. Show child fields- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].currency.code
Currency code for detected currency. the current supported codes are: -
USD -
EUR -
GBP -
CAD -
INR -
JPY -
CHF -
AUD -
CNY -
BZR -
SEK -
HKD
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].currency.confidence
Percentage confideence in the detected currency.
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].group_properties[]
Show child fields- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].group_properties[].id
Provides a group Id number, which will be the same for each in the group.
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].group_properties[].types[]
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].label_detection
The explicitly stated label of a detected element. Show child fields- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].label_detection.confidence
The confidence in detection, as a percentage
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].label_detection.geometry
Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements. Show child fields- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].label_detection.geometry.bounding_box
An axis-aligned coarse representation of the location of the recognized item on the document page. Show child fields- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].label_detection.geometry.bounding_box.height
The height of the bounding box as a ratio of the overall document page height.
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].label_detection.geometry.bounding_box.left
The left coordinate of the bounding box as a ratio of overall document page width.
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].label_detection.geometry.bounding_box.top
The top coordinate of the bounding box as a ratio of overall document page height.
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].label_detection.geometry.bounding_box.width
The width of the bounding box as a ratio of the overall document page width.
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].label_detection.geometry.polygon[]
Show child fields- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].label_detection.geometry.polygon[].x
The value of the X coordinate for a point on a Polygon.
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].label_detection.geometry.polygon[].y
The value of the Y coordinate for a point on a Polygon.
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].label_detection.text
The word or line of text recognized by Amazon Textract
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].page_number
The page number the value was detected on.
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].type
The implied label of a detected element. Present alongside LabelDetection for explicit elements. Show child fields- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].type.confidence
The confidence of accuracy, as a percentage.
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].type.text
The word or line of text detected by Amazon Textract.
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].value_detection
The value of a detected element. Present in explicit and implicit elements. Show child fields- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].value_detection.confidence
The confidence in detection, as a percentage
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].value_detection.geometry
Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements. Show child fields- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].value_detection.geometry.bounding_box
An axis-aligned coarse representation of the location of the recognized item on the document page. Show child fields- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].value_detection.geometry.bounding_box.height
The height of the bounding box as a ratio of the overall document page height.
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].value_detection.geometry.bounding_box.left
The left coordinate of the bounding box as a ratio of overall document page width.
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].value_detection.geometry.bounding_box.top
The top coordinate of the bounding box as a ratio of overall document page height.
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].value_detection.geometry.bounding_box.width
The width of the bounding box as a ratio of the overall document page width.
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].value_detection.geometry.polygon[]
Show child fields- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].value_detection.geometry.polygon[].x
The value of the X coordinate for a point on a Polygon.
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].value_detection.geometry.polygon[].y
The value of the Y coordinate for a point on a Polygon.
- expense_documents[].line_item_groups[].line_items[].line_item_expense_fields[].value_detection.text
The word or line of text recognized by Amazon Textract
- expense_documents[].summary_fields[]
Show child fields- expense_documents[].summary_fields[].currency
Shows the kind of currency, both the code and confidence associated with any monatary value detected. Show child fields- expense_documents[].summary_fields[].currency.code
Currency code for detected currency. the current supported codes are: -
USD -
EUR -
GBP -
CAD -
INR -
JPY -
CHF -
AUD -
CNY -
BZR -
SEK -
HKD
- expense_documents[].summary_fields[].currency.confidence
Percentage confideence in the detected currency.
- expense_documents[].summary_fields[].group_properties[]
Show child fields- expense_documents[].summary_fields[].group_properties[].id
Provides a group Id number, which will be the same for each in the group.
- expense_documents[].summary_fields[].group_properties[].types[]
- expense_documents[].summary_fields[].label_detection
The explicitly stated label of a detected element. Show child fields- expense_documents[].summary_fields[].label_detection.confidence
The confidence in detection, as a percentage
- expense_documents[].summary_fields[].label_detection.geometry
Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements. Show child fields- expense_documents[].summary_fields[].label_detection.geometry.bounding_box
An axis-aligned coarse representation of the location of the recognized item on the document page. Show child fields- expense_documents[].summary_fields[].label_detection.geometry.bounding_box.height
The height of the bounding box as a ratio of the overall document page height.
- expense_documents[].summary_fields[].label_detection.geometry.bounding_box.left
The left coordinate of the bounding box as a ratio of overall document page width.
- expense_documents[].summary_fields[].label_detection.geometry.bounding_box.top
The top coordinate of the bounding box as a ratio of overall document page height.
- expense_documents[].summary_fields[].label_detection.geometry.bounding_box.width
The width of the bounding box as a ratio of the overall document page width.
- expense_documents[].summary_fields[].label_detection.geometry.polygon[]
Show child fields- expense_documents[].summary_fields[].label_detection.geometry.polygon[].x
The value of the X coordinate for a point on a Polygon.
- expense_documents[].summary_fields[].label_detection.geometry.polygon[].y
The value of the Y coordinate for a point on a Polygon.
- expense_documents[].summary_fields[].label_detection.text
The word or line of text recognized by Amazon Textract
- expense_documents[].summary_fields[].page_number
The page number the value was detected on.
- expense_documents[].summary_fields[].type
The implied label of a detected element. Present alongside LabelDetection for explicit elements. Show child fields- expense_documents[].summary_fields[].type.confidence
The confidence of accuracy, as a percentage.
- expense_documents[].summary_fields[].type.text
The word or line of text detected by Amazon Textract.
- expense_documents[].summary_fields[].value_detection
The value of a detected element. Present in explicit and implicit elements. Show child fields- expense_documents[].summary_fields[].value_detection.confidence
The confidence in detection, as a percentage
- expense_documents[].summary_fields[].value_detection.geometry
Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements. Show child fields- expense_documents[].summary_fields[].value_detection.geometry.bounding_box
An axis-aligned coarse representation of the location of the recognized item on the document page. Show child fields- expense_documents[].summary_fields[].value_detection.geometry.bounding_box.height
The height of the bounding box as a ratio of the overall document page height.
- expense_documents[].summary_fields[].value_detection.geometry.bounding_box.left
The left coordinate of the bounding box as a ratio of overall document page width.
- expense_documents[].summary_fields[].value_detection.geometry.bounding_box.top
The top coordinate of the bounding box as a ratio of overall document page height.
- expense_documents[].summary_fields[].value_detection.geometry.bounding_box.width
The width of the bounding box as a ratio of the overall document page width.
- expense_documents[].summary_fields[].value_detection.geometry.polygon[]
Show child fields- expense_documents[].summary_fields[].value_detection.geometry.polygon[].x
The value of the X coordinate for a point on a Polygon.
- expense_documents[].summary_fields[].value_detection.geometry.polygon[].y
The value of the Y coordinate for a point on a Polygon.
- expense_documents[].summary_fields[].value_detection.text
The word or line of text recognized by Amazon Textract
|