lib/aws-sdk-textract/client.rb in aws-sdk-textract-1.44.0 vs lib/aws-sdk-textract/client.rb in aws-sdk-textract-1.45.0

- old
+ new

@@ -381,11 +381,11 @@ # Analyzes an input document for relationships between detected items. # # The types of information returned are as follows: # # * Form data (key-value pairs). The related information is returned in - # two Block objects, each of type `KEY_VALUE_SET`\: a KEY `Block` + # two Block objects, each of type `KEY_VALUE_SET`: a KEY `Block` # object and a VALUE `Block` object. For example, *Name: Ana Silva # Carolina* contains a key and value. *Name:* is the key. *Ana Silva # Carolina* is the value. # # * Table and table cell data. A TABLE `Block` object contains @@ -496,11 +496,11 @@ # # @example Response structure # # resp.document_metadata.pages #=> Integer # resp.blocks #=> Array - # resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE", "QUERY", "QUERY_RESULT", "SIGNATURE" + # resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE", "QUERY", "QUERY_RESULT", "SIGNATURE", "TABLE_TITLE", "TABLE_FOOTER" # resp.blocks[0].confidence #=> Float # resp.blocks[0].text #=> String # resp.blocks[0].text_type #=> String, one of "HANDWRITING", "PRINTED" # resp.blocks[0].row_index #=> Integer # resp.blocks[0].column_index #=> Integer @@ -513,15 +513,15 @@ # resp.blocks[0].geometry.polygon #=> Array # resp.blocks[0].geometry.polygon[0].x #=> Float # resp.blocks[0].geometry.polygon[0].y #=> Float # resp.blocks[0].id #=> String # resp.blocks[0].relationships #=> Array - # resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE", "ANSWER" + # resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE", "ANSWER", "TABLE", "TABLE_TITLE", "TABLE_FOOTER" # resp.blocks[0].relationships[0].ids #=> Array # resp.blocks[0].relationships[0].ids[0] #=> String # resp.blocks[0].entity_types #=> Array - # resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER" + # resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER", "TABLE_TITLE", "TABLE_FOOTER", "TABLE_SECTION_TITLE", "TABLE_SUMMARY", "STRUCTURED_TABLE", "SEMI_STRUCTURED_TABLE" # resp.blocks[0].selection_status #=> String, one of "SELECTED", "NOT_SELECTED" # resp.blocks[0].page #=> Integer # resp.blocks[0].query.text #=> String # resp.blocks[0].query.alias #=> String # resp.blocks[0].query.pages #=> Array @@ -660,11 +660,11 @@ # resp.expense_documents[0].line_item_groups[0].line_items[0].line_item_expense_fields[0].group_properties #=> Array # resp.expense_documents[0].line_item_groups[0].line_items[0].line_item_expense_fields[0].group_properties[0].types #=> Array # resp.expense_documents[0].line_item_groups[0].line_items[0].line_item_expense_fields[0].group_properties[0].types[0] #=> String # resp.expense_documents[0].line_item_groups[0].line_items[0].line_item_expense_fields[0].group_properties[0].id #=> String # resp.expense_documents[0].blocks #=> Array - # resp.expense_documents[0].blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE", "QUERY", "QUERY_RESULT", "SIGNATURE" + # resp.expense_documents[0].blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE", "QUERY", "QUERY_RESULT", "SIGNATURE", "TABLE_TITLE", "TABLE_FOOTER" # resp.expense_documents[0].blocks[0].confidence #=> Float # resp.expense_documents[0].blocks[0].text #=> String # resp.expense_documents[0].blocks[0].text_type #=> String, one of "HANDWRITING", "PRINTED" # resp.expense_documents[0].blocks[0].row_index #=> Integer # resp.expense_documents[0].blocks[0].column_index #=> Integer @@ -677,15 +677,15 @@ # resp.expense_documents[0].blocks[0].geometry.polygon #=> Array # resp.expense_documents[0].blocks[0].geometry.polygon[0].x #=> Float # resp.expense_documents[0].blocks[0].geometry.polygon[0].y #=> Float # resp.expense_documents[0].blocks[0].id #=> String # resp.expense_documents[0].blocks[0].relationships #=> Array - # resp.expense_documents[0].blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE", "ANSWER" + # resp.expense_documents[0].blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE", "ANSWER", "TABLE", "TABLE_TITLE", "TABLE_FOOTER" # resp.expense_documents[0].blocks[0].relationships[0].ids #=> Array # resp.expense_documents[0].blocks[0].relationships[0].ids[0] #=> String # resp.expense_documents[0].blocks[0].entity_types #=> Array - # resp.expense_documents[0].blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER" + # resp.expense_documents[0].blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER", "TABLE_TITLE", "TABLE_FOOTER", "TABLE_SECTION_TITLE", "TABLE_SUMMARY", "STRUCTURED_TABLE", "SEMI_STRUCTURED_TABLE" # resp.expense_documents[0].blocks[0].selection_status #=> String, one of "SELECTED", "NOT_SELECTED" # resp.expense_documents[0].blocks[0].page #=> Integer # resp.expense_documents[0].blocks[0].query.text #=> String # resp.expense_documents[0].blocks[0].query.alias #=> String # resp.expense_documents[0].blocks[0].query.pages #=> Array @@ -700,13 +700,13 @@ req.send_request(options) end # Analyzes identity documents for relevant information. This information # is extracted and returned as `IdentityDocumentFields`, which records - # both the normalized field and value of the extracted text.Unlike other - # Amazon Textract operations, `AnalyzeID` doesn't return any Geometry - # data. + # both the normalized field and value of the extracted text. Unlike + # other Amazon Textract operations, `AnalyzeID` doesn't return any + # Geometry data. # # @option params [required, Array<Types::Document>] :document_pages # The document being passed to AnalyzeID. # # @return [Types::AnalyzeIDResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: @@ -742,11 +742,11 @@ # resp.identity_documents[0].identity_document_fields[0].value_detection.text #=> String # resp.identity_documents[0].identity_document_fields[0].value_detection.normalized_value.value #=> String # resp.identity_documents[0].identity_document_fields[0].value_detection.normalized_value.value_type #=> String, one of "DATE" # resp.identity_documents[0].identity_document_fields[0].value_detection.confidence #=> Float # resp.identity_documents[0].blocks #=> Array - # resp.identity_documents[0].blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE", "QUERY", "QUERY_RESULT", "SIGNATURE" + # resp.identity_documents[0].blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE", "QUERY", "QUERY_RESULT", "SIGNATURE", "TABLE_TITLE", "TABLE_FOOTER" # resp.identity_documents[0].blocks[0].confidence #=> Float # resp.identity_documents[0].blocks[0].text #=> String # resp.identity_documents[0].blocks[0].text_type #=> String, one of "HANDWRITING", "PRINTED" # resp.identity_documents[0].blocks[0].row_index #=> Integer # resp.identity_documents[0].blocks[0].column_index #=> Integer @@ -759,15 +759,15 @@ # resp.identity_documents[0].blocks[0].geometry.polygon #=> Array # resp.identity_documents[0].blocks[0].geometry.polygon[0].x #=> Float # resp.identity_documents[0].blocks[0].geometry.polygon[0].y #=> Float # resp.identity_documents[0].blocks[0].id #=> String # resp.identity_documents[0].blocks[0].relationships #=> Array - # resp.identity_documents[0].blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE", "ANSWER" + # resp.identity_documents[0].blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE", "ANSWER", "TABLE", "TABLE_TITLE", "TABLE_FOOTER" # resp.identity_documents[0].blocks[0].relationships[0].ids #=> Array # resp.identity_documents[0].blocks[0].relationships[0].ids[0] #=> String # resp.identity_documents[0].blocks[0].entity_types #=> Array - # resp.identity_documents[0].blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER" + # resp.identity_documents[0].blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER", "TABLE_TITLE", "TABLE_FOOTER", "TABLE_SECTION_TITLE", "TABLE_SUMMARY", "STRUCTURED_TABLE", "SEMI_STRUCTURED_TABLE" # resp.identity_documents[0].blocks[0].selection_status #=> String, one of "SELECTED", "NOT_SELECTED" # resp.identity_documents[0].blocks[0].page #=> Integer # resp.identity_documents[0].blocks[0].query.text #=> String # resp.identity_documents[0].blocks[0].query.alias #=> String # resp.identity_documents[0].blocks[0].query.pages #=> Array @@ -835,11 +835,11 @@ # # @example Response structure # # resp.document_metadata.pages #=> Integer # resp.blocks #=> Array - # resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE", "QUERY", "QUERY_RESULT", "SIGNATURE" + # resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE", "QUERY", "QUERY_RESULT", "SIGNATURE", "TABLE_TITLE", "TABLE_FOOTER" # resp.blocks[0].confidence #=> Float # resp.blocks[0].text #=> String # resp.blocks[0].text_type #=> String, one of "HANDWRITING", "PRINTED" # resp.blocks[0].row_index #=> Integer # resp.blocks[0].column_index #=> Integer @@ -852,15 +852,15 @@ # resp.blocks[0].geometry.polygon #=> Array # resp.blocks[0].geometry.polygon[0].x #=> Float # resp.blocks[0].geometry.polygon[0].y #=> Float # resp.blocks[0].id #=> String # resp.blocks[0].relationships #=> Array - # resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE", "ANSWER" + # resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE", "ANSWER", "TABLE", "TABLE_TITLE", "TABLE_FOOTER" # resp.blocks[0].relationships[0].ids #=> Array # resp.blocks[0].relationships[0].ids[0] #=> String # resp.blocks[0].entity_types #=> Array - # resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER" + # resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER", "TABLE_TITLE", "TABLE_FOOTER", "TABLE_SECTION_TITLE", "TABLE_SUMMARY", "STRUCTURED_TABLE", "SEMI_STRUCTURED_TABLE" # resp.blocks[0].selection_status #=> String, one of "SELECTED", "NOT_SELECTED" # resp.blocks[0].page #=> Integer # resp.blocks[0].query.text #=> String # resp.blocks[0].query.alias #=> String # resp.blocks[0].query.pages #=> Array @@ -891,11 +891,11 @@ # # `GetDocumentAnalysis` returns an array of Block objects. The following # types of information are returned: # # * Form data (key-value pairs). The related information is returned in - # two Block objects, each of type `KEY_VALUE_SET`\: a KEY `Block` + # two Block objects, each of type `KEY_VALUE_SET`: a KEY `Block` # object and a VALUE `Block` object. For example, *Name: Ana Silva # Carolina* contains a key and value. *Name:* is the key. *Ana Silva # Carolina* is the value. # # * Table and table cell data. A TABLE `Block` object contains @@ -980,11 +980,11 @@ # # resp.document_metadata.pages #=> Integer # resp.job_status #=> String, one of "IN_PROGRESS", "SUCCEEDED", "FAILED", "PARTIAL_SUCCESS" # resp.next_token #=> String # resp.blocks #=> Array - # resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE", "QUERY", "QUERY_RESULT", "SIGNATURE" + # resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE", "QUERY", "QUERY_RESULT", "SIGNATURE", "TABLE_TITLE", "TABLE_FOOTER" # resp.blocks[0].confidence #=> Float # resp.blocks[0].text #=> String # resp.blocks[0].text_type #=> String, one of "HANDWRITING", "PRINTED" # resp.blocks[0].row_index #=> Integer # resp.blocks[0].column_index #=> Integer @@ -997,15 +997,15 @@ # resp.blocks[0].geometry.polygon #=> Array # resp.blocks[0].geometry.polygon[0].x #=> Float # resp.blocks[0].geometry.polygon[0].y #=> Float # resp.blocks[0].id #=> String # resp.blocks[0].relationships #=> Array - # resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE", "ANSWER" + # resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE", "ANSWER", "TABLE", "TABLE_TITLE", "TABLE_FOOTER" # resp.blocks[0].relationships[0].ids #=> Array # resp.blocks[0].relationships[0].ids[0] #=> String # resp.blocks[0].entity_types #=> Array - # resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER" + # resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER", "TABLE_TITLE", "TABLE_FOOTER", "TABLE_SECTION_TITLE", "TABLE_SUMMARY", "STRUCTURED_TABLE", "SEMI_STRUCTURED_TABLE" # resp.blocks[0].selection_status #=> String, one of "SELECTED", "NOT_SELECTED" # resp.blocks[0].page #=> Integer # resp.blocks[0].query.text #=> String # resp.blocks[0].query.alias #=> String # resp.blocks[0].query.pages #=> Array @@ -1102,11 +1102,11 @@ # # resp.document_metadata.pages #=> Integer # resp.job_status #=> String, one of "IN_PROGRESS", "SUCCEEDED", "FAILED", "PARTIAL_SUCCESS" # resp.next_token #=> String # resp.blocks #=> Array - # resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE", "QUERY", "QUERY_RESULT", "SIGNATURE" + # resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE", "QUERY", "QUERY_RESULT", "SIGNATURE", "TABLE_TITLE", "TABLE_FOOTER" # resp.blocks[0].confidence #=> Float # resp.blocks[0].text #=> String # resp.blocks[0].text_type #=> String, one of "HANDWRITING", "PRINTED" # resp.blocks[0].row_index #=> Integer # resp.blocks[0].column_index #=> Integer @@ -1119,15 +1119,15 @@ # resp.blocks[0].geometry.polygon #=> Array # resp.blocks[0].geometry.polygon[0].x #=> Float # resp.blocks[0].geometry.polygon[0].y #=> Float # resp.blocks[0].id #=> String # resp.blocks[0].relationships #=> Array - # resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE", "ANSWER" + # resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE", "ANSWER", "TABLE", "TABLE_TITLE", "TABLE_FOOTER" # resp.blocks[0].relationships[0].ids #=> Array # resp.blocks[0].relationships[0].ids[0] #=> String # resp.blocks[0].entity_types #=> Array - # resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER" + # resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER", "TABLE_TITLE", "TABLE_FOOTER", "TABLE_SECTION_TITLE", "TABLE_SUMMARY", "STRUCTURED_TABLE", "SEMI_STRUCTURED_TABLE" # resp.blocks[0].selection_status #=> String, one of "SELECTED", "NOT_SELECTED" # resp.blocks[0].page #=> Integer # resp.blocks[0].query.text #=> String # resp.blocks[0].query.alias #=> String # resp.blocks[0].query.pages #=> Array @@ -1277,11 +1277,11 @@ # resp.expense_documents[0].line_item_groups[0].line_items[0].line_item_expense_fields[0].group_properties #=> Array # resp.expense_documents[0].line_item_groups[0].line_items[0].line_item_expense_fields[0].group_properties[0].types #=> Array # resp.expense_documents[0].line_item_groups[0].line_items[0].line_item_expense_fields[0].group_properties[0].types[0] #=> String # resp.expense_documents[0].line_item_groups[0].line_items[0].line_item_expense_fields[0].group_properties[0].id #=> String # resp.expense_documents[0].blocks #=> Array - # resp.expense_documents[0].blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE", "QUERY", "QUERY_RESULT", "SIGNATURE" + # resp.expense_documents[0].blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE", "QUERY", "QUERY_RESULT", "SIGNATURE", "TABLE_TITLE", "TABLE_FOOTER" # resp.expense_documents[0].blocks[0].confidence #=> Float # resp.expense_documents[0].blocks[0].text #=> String # resp.expense_documents[0].blocks[0].text_type #=> String, one of "HANDWRITING", "PRINTED" # resp.expense_documents[0].blocks[0].row_index #=> Integer # resp.expense_documents[0].blocks[0].column_index #=> Integer @@ -1294,15 +1294,15 @@ # resp.expense_documents[0].blocks[0].geometry.polygon #=> Array # resp.expense_documents[0].blocks[0].geometry.polygon[0].x #=> Float # resp.expense_documents[0].blocks[0].geometry.polygon[0].y #=> Float # resp.expense_documents[0].blocks[0].id #=> String # resp.expense_documents[0].blocks[0].relationships #=> Array - # resp.expense_documents[0].blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE", "ANSWER" + # resp.expense_documents[0].blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE", "ANSWER", "TABLE", "TABLE_TITLE", "TABLE_FOOTER" # resp.expense_documents[0].blocks[0].relationships[0].ids #=> Array # resp.expense_documents[0].blocks[0].relationships[0].ids[0] #=> String # resp.expense_documents[0].blocks[0].entity_types #=> Array - # resp.expense_documents[0].blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER" + # resp.expense_documents[0].blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER", "TABLE_TITLE", "TABLE_FOOTER", "TABLE_SECTION_TITLE", "TABLE_SUMMARY", "STRUCTURED_TABLE", "SEMI_STRUCTURED_TABLE" # resp.expense_documents[0].blocks[0].selection_status #=> String, one of "SELECTED", "NOT_SELECTED" # resp.expense_documents[0].blocks[0].page #=> Integer # resp.expense_documents[0].blocks[0].query.text #=> String # resp.expense_documents[0].blocks[0].query.alias #=> String # resp.expense_documents[0].blocks[0].query.pages #=> Array @@ -1477,11 +1477,11 @@ # resp.results[0].extractions[0].expense_document.line_item_groups[0].line_items[0].line_item_expense_fields[0].group_properties #=> Array # resp.results[0].extractions[0].expense_document.line_item_groups[0].line_items[0].line_item_expense_fields[0].group_properties[0].types #=> Array # resp.results[0].extractions[0].expense_document.line_item_groups[0].line_items[0].line_item_expense_fields[0].group_properties[0].types[0] #=> String # resp.results[0].extractions[0].expense_document.line_item_groups[0].line_items[0].line_item_expense_fields[0].group_properties[0].id #=> String # resp.results[0].extractions[0].expense_document.blocks #=> Array - # resp.results[0].extractions[0].expense_document.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE", "QUERY", "QUERY_RESULT", "SIGNATURE" + # resp.results[0].extractions[0].expense_document.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE", "QUERY", "QUERY_RESULT", "SIGNATURE", "TABLE_TITLE", "TABLE_FOOTER" # resp.results[0].extractions[0].expense_document.blocks[0].confidence #=> Float # resp.results[0].extractions[0].expense_document.blocks[0].text #=> String # resp.results[0].extractions[0].expense_document.blocks[0].text_type #=> String, one of "HANDWRITING", "PRINTED" # resp.results[0].extractions[0].expense_document.blocks[0].row_index #=> Integer # resp.results[0].extractions[0].expense_document.blocks[0].column_index #=> Integer @@ -1494,15 +1494,15 @@ # resp.results[0].extractions[0].expense_document.blocks[0].geometry.polygon #=> Array # resp.results[0].extractions[0].expense_document.blocks[0].geometry.polygon[0].x #=> Float # resp.results[0].extractions[0].expense_document.blocks[0].geometry.polygon[0].y #=> Float # resp.results[0].extractions[0].expense_document.blocks[0].id #=> String # resp.results[0].extractions[0].expense_document.blocks[0].relationships #=> Array - # resp.results[0].extractions[0].expense_document.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE", "ANSWER" + # resp.results[0].extractions[0].expense_document.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE", "ANSWER", "TABLE", "TABLE_TITLE", "TABLE_FOOTER" # resp.results[0].extractions[0].expense_document.blocks[0].relationships[0].ids #=> Array # resp.results[0].extractions[0].expense_document.blocks[0].relationships[0].ids[0] #=> String # resp.results[0].extractions[0].expense_document.blocks[0].entity_types #=> Array - # resp.results[0].extractions[0].expense_document.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER" + # resp.results[0].extractions[0].expense_document.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER", "TABLE_TITLE", "TABLE_FOOTER", "TABLE_SECTION_TITLE", "TABLE_SUMMARY", "STRUCTURED_TABLE", "SEMI_STRUCTURED_TABLE" # resp.results[0].extractions[0].expense_document.blocks[0].selection_status #=> String, one of "SELECTED", "NOT_SELECTED" # resp.results[0].extractions[0].expense_document.blocks[0].page #=> Integer # resp.results[0].extractions[0].expense_document.blocks[0].query.text #=> String # resp.results[0].extractions[0].expense_document.blocks[0].query.alias #=> String # resp.results[0].extractions[0].expense_document.blocks[0].query.pages #=> Array @@ -1516,11 +1516,11 @@ # resp.results[0].extractions[0].identity_document.identity_document_fields[0].value_detection.text #=> String # resp.results[0].extractions[0].identity_document.identity_document_fields[0].value_detection.normalized_value.value #=> String # resp.results[0].extractions[0].identity_document.identity_document_fields[0].value_detection.normalized_value.value_type #=> String, one of "DATE" # resp.results[0].extractions[0].identity_document.identity_document_fields[0].value_detection.confidence #=> Float # resp.results[0].extractions[0].identity_document.blocks #=> Array - # resp.results[0].extractions[0].identity_document.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE", "QUERY", "QUERY_RESULT", "SIGNATURE" + # resp.results[0].extractions[0].identity_document.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE", "QUERY", "QUERY_RESULT", "SIGNATURE", "TABLE_TITLE", "TABLE_FOOTER" # resp.results[0].extractions[0].identity_document.blocks[0].confidence #=> Float # resp.results[0].extractions[0].identity_document.blocks[0].text #=> String # resp.results[0].extractions[0].identity_document.blocks[0].text_type #=> String, one of "HANDWRITING", "PRINTED" # resp.results[0].extractions[0].identity_document.blocks[0].row_index #=> Integer # resp.results[0].extractions[0].identity_document.blocks[0].column_index #=> Integer @@ -1533,15 +1533,15 @@ # resp.results[0].extractions[0].identity_document.blocks[0].geometry.polygon #=> Array # resp.results[0].extractions[0].identity_document.blocks[0].geometry.polygon[0].x #=> Float # resp.results[0].extractions[0].identity_document.blocks[0].geometry.polygon[0].y #=> Float # resp.results[0].extractions[0].identity_document.blocks[0].id #=> String # resp.results[0].extractions[0].identity_document.blocks[0].relationships #=> Array - # resp.results[0].extractions[0].identity_document.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE", "ANSWER" + # resp.results[0].extractions[0].identity_document.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE", "ANSWER", "TABLE", "TABLE_TITLE", "TABLE_FOOTER" # resp.results[0].extractions[0].identity_document.blocks[0].relationships[0].ids #=> Array # resp.results[0].extractions[0].identity_document.blocks[0].relationships[0].ids[0] #=> String # resp.results[0].extractions[0].identity_document.blocks[0].entity_types #=> Array - # resp.results[0].extractions[0].identity_document.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER" + # resp.results[0].extractions[0].identity_document.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER", "TABLE_TITLE", "TABLE_FOOTER", "TABLE_SECTION_TITLE", "TABLE_SUMMARY", "STRUCTURED_TABLE", "SEMI_STRUCTURED_TABLE" # resp.results[0].extractions[0].identity_document.blocks[0].selection_status #=> String, one of "SELECTED", "NOT_SELECTED" # resp.results[0].extractions[0].identity_document.blocks[0].page #=> Integer # resp.results[0].extractions[0].identity_document.blocks[0].query.text #=> String # resp.results[0].extractions[0].identity_document.blocks[0].query.alias #=> String # resp.results[0].extractions[0].identity_document.blocks[0].query.pages #=> Array @@ -2103,10 +2103,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-textract' - context[:gem_version] = '1.44.0' + context[:gem_version] = '1.45.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated