We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1073cad + 3e98638 commit 452f111Copy full SHA for 452f111
articles/ai-services/content-understanding/tutorial/build-person-directory.md
@@ -81,7 +81,7 @@ Content-Type: application/json
81
{
82
"tags": {
83
"name": "Alice",
84
- "age": "20"
+ "employeeId": "E12345"
85
}
86
87
```
@@ -98,7 +98,7 @@ The API returns a `personId` that uniquely identifies the created person.
98
"personId": "4f66b612-e57d-4d17-9ef7-b951aea2cf0f",
99
100
101
102
103
104
@@ -195,7 +195,7 @@ The API returns the detected bounding box of the face along with the top person
195
"personId": "{personId1}",
196
197
198
199
},
200
"confidence": 0.92
201
0 commit comments