Skip to content

Commit 28a0eb7

Browse files
Merge pull request #7590 from jaep3347/main
preview version update
2 parents 628cde0 + c1adbe1 commit 28a0eb7

File tree

3 files changed

+41
-5
lines changed

3 files changed

+41
-5
lines changed

articles/ai-services/content-understanding/quickstart/use-rest-api.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,15 @@ The 200 (`OK`) JSON response includes a `status` field indicating the status of
193193
]
194194
}
195195
]
196-
}
196+
},
197+
"usage": {
198+
"documentPages": 1,
199+
"tokens": {
200+
"contextualization": 1000,
201+
"input": 1866,
202+
"output": 87
203+
}
204+
}
197205
}
198206
```
199207

@@ -229,7 +237,14 @@ The 200 (`OK`) JSON response includes a `status` field indicating the status of
229237
]
230238
}
231239
]
232-
}
240+
},
241+
"usage": {
242+
"tokens": {
243+
"contextualization": 1000,
244+
"input": 1866,
245+
"output": 87
246+
}
247+
}
233248
}
234249
```
235250

@@ -274,7 +289,14 @@ The 200 (`OK`) JSON response includes a `status` field indicating the status of
274289
]
275290
}
276291
]
277-
}
292+
},
293+
"usage": {
294+
"tokens": {
295+
"contextualization": 1000,
296+
"input": 1866,
297+
"output": 87
298+
}
299+
}
278300
}
279301
```
280302

@@ -334,7 +356,14 @@ The 200 (`OK`) JSON response includes a `status` field indicating the status of
334356
]
335357
}
336358
]
337-
}
359+
},
360+
"usage": {
361+
"tokens": {
362+
"contextualization": 1000,
363+
"input": 1866,
364+
"output": 87
365+
}
366+
}
338367
}
339368
```
340369

articles/ai-services/content-understanding/service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Content Understanding supports both basic field value types and nested structure
9999

100100
| Property | Document | Text | Image | Audio | Video |
101101
| --- | --- | --- | --- | --- | --- |
102-
| Max fields | 100 | 100 | 100 | 100 | 100 |
102+
| Max fields | 1000 | 1000 | 1000 | 1000 | 1000 |
103103
| Max classify field categories | 300 | 300 | 300 | 300 | 300 |
104104
| Supported generation methods | extract<br>generate<br>classify | generate<br>classify | generate<br>classify | generate<br>classify | generate<br>classify |
105105

articles/ai-services/content-understanding/whats-new.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ ms.custom:
1717

1818
Azure AI Content Understanding service is updated on an ongoing basis. Bookmark this page to stay up to date with release notes, feature enhancements, and our newest documentation.
1919

20+
## October 2025
21+
22+
Azure AI Content Understanding preview version introduces the following updates:
23+
24+
* Azure AI Content Understanding now has increased field count support (1,000) for all modalities.
25+
* The API response body now inclues input, output, and contextualization tokens consumed as part of the `tokens` object. Check out the [quickstart](quickstart/use-rest-api.md) article for more information.
26+
2027
## May 2025
2128

2229
The Azure AI Content Understanding [**`2025-05-01-preview`**](/rest/api/contentunderstanding/content-analyzers?view=rest-contentunderstanding-2025-05-01-preview&preserve-view=true) REST API is now available. This update introduces the following updates and enhanced capabilities:

0 commit comments

Comments
 (0)