Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 521 Bytes

File metadata and controls

25 lines (19 loc) · 521 Bytes
description Hrflow.ai person json object.

Person JSON

This object represents a name (full name, first name, last name) as it is detected in the document.

The Person Object

{
    'full_name': 'Harry Potter', 
    'first_name': 'Harry',
    'last_name': 'Potter'
}

Attributes

name description
full_name The person's full name
first_name The person's first name
last_name The person's last name