AI-102 • Practice Test 9
Free AI-102 practice test — 10 questions with explanations. Set 9. No signup required.
Refer to the exhibit. You called the Named Entity Recognition API on a document. Which entity type is "Seattle"?
{
"documents": [
{
"id": "1",
"entities": [
{
"text": "Seattle",
"type": "Location",
"subtype": null,
"offset": 14,
"length": 7,
"confidenceScore": 0.99
},
{
"text": "Microsoft",
"type": "Organization",
"subtype": null,
"offset": 30,
"length": 9,
"confidenceScore": 0.95
}
],
"warnings": []
}
],
"errors": []
}