You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
69
69
* The *Max classify field categories* limit is the total number of categories across all fields using the `classify` generation method.
70
70
* The generation method currently applies only to leaf fields.
71
71
@@ -79,7 +79,7 @@ The following limits apply as of version 2024-12-01-preview.
79
79
| Table | No *boolean* | All | *string* | *string* | All
* Document analyzers do not support *boolean* leaf fields.
82
+
* Document analyzers don't support *boolean* leaf fields.
83
83
* Only document analyzers support fixed tables.
84
84
* Image and video analyzers support all field structures except fixed tables.
85
85
* 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.
89
89
Classification fields can be defined to return either a single category (single-label classification) or multiple categories (multi-label classification).
90
90
91
91
***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.
93
93
94
94
> [!NOTE]
95
95
> Document analyzers currently don't support classification fields.
@@ -103,5 +103,5 @@ Classification fields can be defined to return either a single category (single-
103
103
| Quota | Standard (S0) |
104
104
| --- | --- |
105
105
| 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 |
0 commit comments