| description | Hrflow.ai person json object. |
|---|
This object represents a name (full name, first name, last name) as it is detected in the document.
{
'full_name': 'Harry Potter',
'first_name': 'Harry',
'last_name': 'Potter'
}| name | description |
|---|---|
| full_name | The person's full name |
| first_name | The person's first name |
| last_name | The person's last name |