Skip to content

Commit 5da6654

Browse files
committed
add document updates
1 parent 94e9588 commit 5da6654

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/ai-services/content-understanding/language-region-support.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ To use the Azure AI Content Understanding service, you must create your Azure AI
3030

3131
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.
3232

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.
3434

35-
### OCR text recognition
35+
### Text optical character recognition (OCR)
3636

3737
The following table lists the supported languages/locales for **printed** text.
3838

@@ -142,15 +142,15 @@ The following table lists the supported languages/locales for **handwritten** te
142142

143143
### Speech transcription
144144

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.
146146

147147
>[!NOTE]
148148
> Only spoken words are transcribed. Music, sound effects, and ambient noise are ignored.
149149
150150

151151
### Field value normalization
152152

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.
154154

155155
|**Language**| **Language code**|
156156
|:-----------|:-----------------|

articles/ai-services/content-understanding/quickstart/use-ai-foundry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Now that everything is configured to get started, we can walk through, step-by-s
7777

7878
* Specify clear and simple field names. Some example fields might include **vendorName**, **items**, **price**.
7979

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).
8181

8282
* *[Optional]* Provide field descriptions to explain the desired behavior, including any exceptions or rules.
8383

0 commit comments

Comments
 (0)