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
Copy file name to clipboardExpand all lines: articles/ai-services/content-understanding/language-region-support.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,9 @@ To use the Azure AI Content Understanding service, you must create your Azure AI
30
30
31
31
Azure AI Content Understanding enables you to process data in multiple languages simultaneously. Our language support capabilities enable users to communicate with your applications in natural ways and empower global outreach.
32
32
33
-
Content Understanding leverages[Azure OpenAI models](../openai/overview) which support a wide array of languages. While there is no definitive list of supported languages, users can expect robust language capabilities across most common languages. For specific language support related to OCR and speech transcription, please refer to the respective sections detailing the supported languages for these modalities.
33
+
Content Understanding applies[Azure OpenAI models](../openai/overview.md) which support a wide array of languages. While there's no definitive list of supported languages, users can expect robust language capabilities across most common languages. For specific language support related to `OCR` and speech transcription, refer to the respective sections detailing the supported languages for these modalities.
34
34
35
-
### OCR text recognition
35
+
### Text optical character recognition (OCR)
36
36
37
37
The following table lists the supported languages/locales for **printed** text.
38
38
@@ -142,15 +142,15 @@ The following table lists the supported languages/locales for **handwritten** te
142
142
143
143
### Speech transcription
144
144
145
-
Content Understanding supports the full set of [Azure AI speech to text languages](../speech-service/language-support?tabs=stt). Content Understanding will use [fast transcriptions](../speech-service/speech-to-text#fast-transcription) for supported languages to reduce processing latency.
145
+
Content Understanding supports the full set of [Azure AI speech to text languages](../speech-service/language-support.md). Content Understanding uses [fast transcriptions](../speech-service/speech-to-text.md#fast-transcription) for supported languages to reduce processing latency.
146
146
147
147
>[!NOTE]
148
148
> Only spoken words are transcribed. Music, sound effects, and ambient noise are ignored.
149
149
150
150
151
151
### Field value normalization
152
152
153
-
Different locales have different ways to represent numbers, date, and time. Content Understanding supports normalizing these different representations into standardized ISO forms for the following locales.
153
+
Different locales have different ways to represent numbers, date, and time. Content Understanding supports normalizing these different representations into standardized ISO forms for the following locales.
Copy file name to clipboardExpand all lines: articles/ai-services/content-understanding/quickstart/use-ai-foundry.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Now that everything is configured to get started, we can walk through, step-by-s
77
77
78
78
* Specify clear and simple field names. Some example fields might include **vendorName**, **items**, **price**.
79
79
80
-
* Indicate the value type for each field (strings, dates, numbers, lists, groups). To learn more, *see*[supported field types](../service-limits.md#field-type-limits).
80
+
* Indicate the value type for each field (strings, dates, numbers, lists, groups). To learn more, *see*[supported field types](../service-limits.md#field-schema-limits).
81
81
82
82
**[Optional]* Provide field descriptions to explain the desired behavior, including any exceptions or rules.
0 commit comments