health /
batch_detect_entities - Boto3 1.34.87 documentation
{ 'ResultList': [ { 'Index': 123, 'Entities': [ { 'Score': ..., 'Type': 'PERSON'|'LOCATION'|'ORGANIZATION'|'COMMERCIAL_ITEM'|'EVENT'|'DATE'|'QUANTITY'|'TITLE'|'OTHER', 'Text': 'string', 'BeginOffset': 123, 'EndOffset': 123, 'BlockReferences': [ { 'BlockId': 'string', 'BeginOffset': 123, 'EndOffset': 123, 'ChildBlocks': [ { 'ChildBlockId': 'string', 'BeginOffset': 123, 'EndOffset': 123 }, ] }, ] }, ] }, ], 'ErrorList': [ { 'Index': 123, 'ErrorCode': 'string', 'ErrorMessage': 'string' }, ]}