{
"amazon": {
"result": "The phone number of *** is the **************.",
"entities": [
{
"offset": 20,
"length": 3,
"category": "PersonalInformation",
"subcategory": "Name",
"original_label": "NAME",
"content": "Luc",
"confidence_score": 1
},
{
"offset": 31,
"length": 14,
"category": "DateAndTime",
"subcategory": "DateTime",
"original_label": "DATE_TIME",
"content": "06 21 32 43 54",
"confidence_score": 0.877
}
]
},
"emvista": {
"result": "The phone number of *** is the 06 21 ** 43 54.",
"entities": [
{
"offset": 37,
"length": 12,
"category": "DateAndTime",
"subcategory": "Duration",
"original_label": "Thing/Abstract/Time",
"content": "the 06 21 32",
"confidence_score": null
},
{
"offset": 20,
"length": 3,
"category": "PersonalInformation",
"subcategory": "Name",
"original_label": "Thing/Concrete/Animate/Livingbeing/Human",
"content": "Luc",
"confidence_score": null
}
]
},
"openai": {
"result": "The phone number of *** is the **************.",
"entities": [
{
"offset": 20,
"length": 3,
"category": "PersonalInformation",
"subcategory": "Name",
"original_label": "name",
"content": "Luc",
"confidence_score": 0.9
},
{
"offset": 31,
"length": 14,
"category": "PersonalInformation",
"subcategory": "Phone",
"original_label": "phonenumber",
"content": "06 21 32 43 54",
"confidence_score": 0.95
}
]
},
"microsoft": {
"result": "The phone number of *** is the **************.",
"entities": [
{
"offset": 20,
"length": 3,
"category": "PersonalInformation",
"subcategory": "Name",
"original_label": "Person",
"content": "Luc",
"confidence_score": 0.99
},
{
"offset": 31,
"length": 14,
"category": "PersonalInformation",
"subcategory": "Phone",
"original_label": "PhoneNumber",
"content": "06 21 32 43 54",
"confidence_score": 0.8
}
]
}
}