Skip to content

Commit 452f111

Browse files
Merge pull request #6019 from PatrickFarley/cu-updates
change request data
2 parents 1073cad + 3e98638 commit 452f111

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/content-understanding/tutorial/build-person-directory.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Content-Type: application/json
8181
{
8282
"tags": {
8383
"name": "Alice",
84-
"age": "20"
84+
"employeeId": "E12345"
8585
}
8686
}
8787
```
@@ -98,7 +98,7 @@ The API returns a `personId` that uniquely identifies the created person.
9898
"personId": "4f66b612-e57d-4d17-9ef7-b951aea2cf0f",
9999
"tags": {
100100
"name": "Alice",
101-
"age": "20"
101+
"employeeId": "E12345"
102102
}
103103
}
104104
```
@@ -195,7 +195,7 @@ The API returns the detected bounding box of the face along with the top person
195195
"personId": "{personId1}",
196196
"tags": {
197197
"name": "Alice",
198-
"age": "20"
198+
"employeeId": "E12345"
199199
},
200200
"confidence": 0.92
201201
}

0 commit comments

Comments
 (0)