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: learn-pr/wwl-data-ai/get-started-text-analysis-azure/includes/2-azure-language.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ Language detection returns the following result:
150
150
151
151
In the Foundry portal, you can test Azure Language's language detection feature in the chat Playground.
152
152
153
-
:::image type="content" source="../media/language-detection.png" alt-text="Screenshot of the chat playground's language detection capability." lightbox="../media/text-04.png":::
153
+
:::image type="content" source="../media/language-detection.png" alt-text="Screenshot of the chat playground's language detection capability." lightbox="../media/language-detection.png":::
154
154
155
155
#### Personally identifiable information detection
156
156
@@ -170,7 +170,7 @@ PII detection identifies the following entities:
170
170
171
171
In the Foundry portal, you can test Azure Language's PII detection feature in the Language Playground.
172
172
173
-
:::image type="content" source="../media/pii-redaction.png" alt-text="Screenshot of the Language playground's PII detection capability." lightbox="../media/text-05.png":::
173
+
:::image type="content" source="../media/pii-redaction.png" alt-text="Screenshot of the Language playground's PII detection capability." lightbox="../media/pii-redaction.png":::
174
174
175
175
Next, learn how to create a client application with text analysis capabilities using both the OpenAI responses API and the Azure Language SDK.
0 commit comments