Skip to content

Commit a2c5e93

Browse files
committed
add overview, faq, service limits
1 parent 2a4d483 commit a2c5e93

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ This article is an Azure AI Content Understanding service reference guide for se
3535

3636
| Supported File Types | File Size | Length |
3737
| --- | --- | --- |
38-
| ✓ .wav (PCM, A-law, μ-law) <br/>✓ .mp3 <br/>✓ .opus, .ogg (Opus)<br/>✓ .flac <br/>✓ .wma <br/>✓ .aac <br/>✓ .amr (AMR-NB, AMR-WB) <br/>✓ .webm (Opus, Vorbis) <br/>✓ .m4a (AAC, ALAC)<br/>✓ .spx | ≤ 200 MB | ≤ 2 h |
38+
| ✓ .wav (`PCM`, A-law, μ-law) <br/>✓ .mp3 <br/>✓ .opus, .ogg (Opus)<br/>✓ .flac <br/>✓ .wma <br/>✓ .aac <br/>✓ .amr (AMR-NB, AMR-WB) <br/>✓ .webm (Opus, Vorbis) <br/>✓ .m4a (`AAC`, `ALAC`)<br/>✓ .spx | ≤ 200 MB | ≤ 2 h |
3939

4040
### Video
4141

4242
| Supported File Types | File Size | Resolution | Length |
4343
| ---| --- | --- | --- |
44-
✓ .mp4, .m4v <br/>✓ .flv (H.264 and AAC) <br/>✓ .wmv, .asf <br/>✓ .avi <br/>✓ .mkv <br/>✓ .mov | ≤20 GB † | Min: 320 x 240<br/>Max:1920 x 1080 | ≤2 h †|
44+
✓ .mp4, .m4v <br/>✓ .flv (H.264 and `AAC`) <br/>✓ .wmv, .asf <br/>✓ .avi <br/>✓ .mkv <br/>✓ .mov | ≤20 GB † | Min: 320 x 240<br/>Max: 1920 x 1080 | ≤2 h †|
4545

4646
† Note: The file size limit is 200 MB and the duration limit is 30 minutes if the video file is included directly in the analysis request.
4747

@@ -50,7 +50,7 @@ This article is an Azure AI Content Understanding service reference guide for se
5050
Content Understanding supports both basic field value types and nested structures, including lists, groups, tables, and fixed tables.
5151

5252
* **Basic field value types**: *string*, *date*, *time*, *number*, *integer*, and *boolean*.
53-
* **List field**: A sequence of 0 or more values of the same type, represented as an array of basic fields in the API.
53+
* **List field**: A sequence of values of the same type, represented as an array of basic fields in the API.
5454
* **Group field**: A set of semantically related fields, represented as an object of basic fields in the API.
5555
* **Table field**: A variable number of items with fixed subfields, represented as an array of objects of basic fields in the API.
5656
* **Fixed table field**: A group of fields with shared subfields, represented as an object of objects of basic fields in the API.
@@ -65,7 +65,7 @@ The following limits apply as of version 2024-12-01-preview.
6565
| Max classify field categories | 300 | 300 | 300 | 300 | 300 |
6666
| Supported generation methods | extract | generate<br/>classify | generate<br/>classify | generate<br/>classify | generate<br/>classify |
6767

68-
* The *Max fields* limit includes all named fields. For example, a list of strings counts as 1 field, while a group with string and number subfields counts as 3 fields.
68+
* The *Max fields* limit includes all named fields. For example, a list of strings counts as one field, while a group with string and number subfields counts as three fields.
6969
* The *Max classify field categories* limit is the total number of categories across all fields using the `classify` generation method.
7070
* The generation method currently applies only to leaf fields.
7171

@@ -79,7 +79,7 @@ The following limits apply as of version 2024-12-01-preview.
7979
| Table | No *boolean* | All | *string* | *string* | All
8080
| Fixed table | No *boolean* | N/A | N/A | N/A | N/A |
8181

82-
* Document analyzers do not support *boolean* leaf fields.
82+
* Document analyzers don't support *boolean* leaf fields.
8383
* Only document analyzers support fixed tables.
8484
* Image and video analyzers support all field structures except fixed tables.
8585
* Text and audio analyzers support all nested structures with *string* leaf fields, except fixed tables.
@@ -89,7 +89,7 @@ The following limits apply as of version 2024-12-01-preview.
8989
Classification fields can be defined to return either a single category (single-label classification) or multiple categories (multi-label classification).
9090

9191
* **Single-label classification**: Defined using a string field with the `classify` method. It can be a top-level basic field or a subfield within a group or table.
92-
* **Multi-label classification**: Represented as a list of string fields with the `classify` method. In the REST API, `method=classify` and `enum` are specified on the inner string field. This can only be a top-level field.
92+
* **Multi-label classification**: Represented as a list of string fields with the `classify` method. In the REST API, `method=classify` and `enum` are specified on the inner string field. This classification can only be a top-level field.
9393

9494
> [!NOTE]
9595
> Document analyzers currently don't support classification fields.
@@ -103,5 +103,5 @@ Classification fields can be defined to return either a single category (single-
103103
| Quota | Standard (S0) |
104104
| --- | --- |
105105
| Max analyzers | 100k |
106-
| Max analysis/min | 1000 pages/images <br/> 4 hours of audio <br/> 1 hour of video |
106+
| Max analysis/min | 1000 pages/images <br/> Four hours of audio <br/> One hour of video |
107107
| Max operations/min | 3000 |

0 commit comments

Comments
 (0)