Skip to content

Commit 950766b

Browse files
authored
Merge pull request #266288 from MicrosoftDocs/main
02/14 AM Publishing
2 parents 1c2bce8 + f96a31f commit 950766b

File tree

86 files changed

+555
-437
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+555
-437
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thank you for taking the time to contribute to the Microsoft Azure documentation.
44

5-
This guide covers some general topics related to contribution and refers to our [contributor guide](/contribute/content) for more detailed explanations when required.
5+
This guide covers some general topics related to contribution and refers to our [contributor guide](https://learn.microsoft.com/contribute/content) for more detailed explanations when required.
66

77
## Code of Conduct
88

@@ -22,8 +22,8 @@ Please use the Feedback tool at the bottom of any article to submit bugs and sug
2222

2323
### Edit in GitHub
2424

25-
Follow the guidance for [Quick edits to existing documents](/contribute/content/#quick-edits-to-documentation) in our contributor guide.
25+
Follow the guidance for [editing documentation in the browser](https://learn.microsoft.com/contribute/content/how-to-write-quick-edits) in our contributor guide.
2626

2727
## Pull requests
2828

29-
Review the guidance for [pull-request processing](/contribute/content/process-pull-request) in our contributor guide.
29+
Review the guidance for [pull-request processing](https://learn.microsoft.com/contribute/content/process-pull-request) in our contributor guide.

articles/active-directory-b2c/best-practices.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: CelesteDG
99
ms.service: active-directory
1010

1111
ms.topic: conceptual
12-
ms.date: 01/11/2024
12+
ms.date: 02/05/2024
1313
ms.subservice: B2C
1414

1515

@@ -25,6 +25,7 @@ The following best practices and recommendations cover some of the primary aspec
2525

2626
| Best practice | Description |
2727
|--|--|
28+
| Create emergency access account | This emergency access account helps you gain access to your Azure AD B2C tenant in circumstances such as the only administrator is unreachable when the credential is needed. [Learn how to create an emergency access account](tenant-management-emergency-access-account.md#create-emergency-access-account) |
2829
| Choose user flows for most scenarios | The Identity Experience Framework of Azure AD B2C is the core strength of the service. Policies fully describe identity experiences such as sign-up, sign-in, or profile editing. To help you set up the most common identity tasks, the Azure AD B2C portal includes predefined, configurable policies called user flows. With user flows, you can create great user experiences in minutes, with just a few clicks. [Learn when to use user flows vs. custom policies](user-flow-overview.md#comparing-user-flows-and-custom-policies).|
2930
| App registrations | Every application (web, native) and API that is being secured must be registered in Azure AD B2C. If an app has both a web and native version of iOS and Android, you can register them as one application in Azure AD B2C with the same client ID. Learn how to [register OIDC, SAML, web, and native apps](./tutorial-register-applications.md?tabs=applications). Learn more about [application types that can be used in Azure AD B2C](./application-types.md). |
3031
| Move to monthly active users billing | Azure AD B2C has moved from monthly active authentications to monthly active users (MAU) billing. Most customers will find this model cost-effective. [Learn more about monthly active users billing](https://azure.microsoft.com/updates/mau-billing/). |

articles/ai-services/immersive-reader/index.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.topic: landing-page
1111
author: rwallerms
1212
ms.author: rwaller
13-
ms.date: 11/15/2021
13+
ms.date: 02/07/2024
1414

1515

1616
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
@@ -26,7 +26,7 @@ landingContent:
2626
url: ../../ai-services/what-are-ai-services.md
2727
- linkListType: video
2828
links:
29-
- text: Getting started - short engineering videos
29+
- text: Short videos to get started
3030
url: https://aka.ms/ImmersiveReaderSDKVideos
3131

3232
- title: Get started
@@ -43,11 +43,11 @@ landingContent:
4343
url: ./quickstarts/client-libraries.md?pivots=programming-language-kotlin
4444
- text: Use Swift (iOS)
4545
url: ./quickstarts/client-libraries.md?pivots=programming-language-swift
46-
- title: Explore Immersive Reader
46+
- title: Explore
4747
linkLists:
4848
- linkListType: how-to-guide
4949
links:
50-
- text: Create an Immersive Reader Resource
50+
- text: Create an Immersive Reader resource
5151
url: how-to-create-immersive-reader.md
5252
- text: Launch the Immersive Reader
5353
url: how-to-launch-immersive-reader.md
@@ -71,7 +71,7 @@ landingContent:
7171
links:
7272
- text: JavaScript SDK
7373
url: reference.md
74-
- text: Security Advisory - Update Role Assignment for Microsoft Entra authentication
74+
- text: Security Advisory - Update Microsoft Entra role assignment
7575
url: security-how-to-update-role-assignment.md
7676
- text: Release notes
7777
url: release-notes.md

articles/ai-services/immersive-reader/language-support.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
---
2-
title: Language support - Immersive Reader
2+
title: Language support for Immersive Reader
33
titleSuffix: Azure AI services
4-
description: Learn more about the human languages that are available with Immersive Reader.
4+
description: Learn more about the human languages that Immersive Reader supports.
55
#services: cognitive-services
66
author: rwallerms
77
manager: nitinme
88
ms.service: azure-ai-immersive-reader
99
ms.topic: conceptual
10-
ms.date: 11/15/2021
10+
ms.date: 02/07/2024
1111
ms.author: rwaller
1212
---
1313

14-
# Language support for Immersive Reader
15-
16-
This article lists supported human languages for Immersive Reader features.
14+
# Language support for Azure AI Immersive Reader
1715

16+
Immersive Reader supports the following human languages.
1817

1918
## Text to speech
2019

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: What is Azure AI Immersive Reader?
33
titleSuffix: Azure AI services
4-
description: Immersive Reader is a tool that is designed to help people with learning differences or help new readers and language learners with reading comprehension.
4+
description: Learn how you can use Immersive Reader to help people with learning differences or help new readers and language learners improve reading comprehension.
55
#services: cognitive-services
66
author: rwallerms
77
manager: nitinme
88

99
ms.service: azure-ai-immersive-reader
1010
ms.topic: overview
11-
ms.date: 11/15/2021
11+
ms.date: 02/12/2024
1212
ms.author: rwaller
1313
keywords: readers, language learners, display pictures, improve reading, read content, translate
1414
#Customer intent: As a developer, I want to learn more about the Immersive Reader, which is a new offering in Azure AI services, so that I can embed this package of content into a document to accommodate users with reading differences.
@@ -18,59 +18,59 @@ keywords: readers, language learners, display pictures, improve reading, read co
1818

1919
[!INCLUDE [Azure AI services rebrand](../includes/rebrand-note.md)]
2020

21-
[Immersive Reader](https://www.onenote.com/learningtools) is part of [Azure AI services](../../ai-services/what-are-ai-services.md), and is an inclusively designed tool that implements proven techniques to improve reading comprehension for new readers, language learners, and people with learning differences such as dyslexia. With the Immersive Reader client library, you can leverage the same technology used in Microsoft Word and Microsoft One Note to improve your web applications.
21+
[Immersive Reader](https://www.onenote.com/learningtools), part of [Azure AI services](../../ai-services/what-are-ai-services.md), is an inclusively designed tool that implements proven techniques to improve reading comprehension for new readers, language learners, and people with learning differences such as dyslexia. With the Immersive Reader client library, you can leverage the same technology used in Microsoft Word and Microsoft OneNote to improve your web applications.
2222

2323
This documentation contains the following types of articles:
2424

25-
* **[Quickstarts](quickstarts/client-libraries.md)** are getting-started instructions to guide you through making requests to the service.
25+
* **[Quickstart guides](quickstarts/client-libraries.md)** provide instructions to help you get started making requests to the service.
2626
* **[How-to guides](how-to-create-immersive-reader.md)** contain instructions for using the service in more specific or customized ways.
2727

28-
## Use Immersive Reader to improve reading accessibility
28+
## Use Immersive Reader to improve reading accessibility
2929

30-
Immersive Reader is designed to make reading easier and more accessible for everyone. Let's take a look at a few of Immersive Reader's core features.
30+
Immersive Reader is designed to make reading easier and more accessible for everyone. Take a look at a few of Immersive Reader's core features.
3131

3232
### Isolate content for improved readability
3333

34-
Immersive Reader isolates content to improve readability.
34+
Immersive Reader isolates content to improve readability.
3535

36-
![Isolate content for improved readability with Immersive Reader](./media/immersive-reader.png)
36+
:::image type="content" source="media/immersive-reader.png" alt-text="Screenshot of Immersive Reader that shows how it isolates content for improved readability.":::
3737

3838
### Display pictures for common words
3939

40-
For commonly used terms, the Immersive Reader will display a picture.
40+
Immersive Reader displays pictures for commonly used terms.
4141

42-
![Picture Dictionary with Immersive Reader](./media/picture-dictionary.png)
42+
:::image type="content" source="media/picture-dictionary.png" alt-text="Screenshot of Immersive Reader's picture dictionary displaying a picture of a tool for the word tool.":::
4343

4444
### Highlight parts of speech
4545

46-
Immersive Reader can be use to help learners understand parts of speech and grammar by highlighting verbs, nouns, pronouns, and more.
46+
Immersive Reader can help learners understand parts of speech and grammar by highlighting verbs, nouns, pronouns, and more.
4747

48-
![Show parts of speech with Immersive Reader](./media/parts-of-speech.png)
48+
:::image type="content" source="media/parts-of-speech.png" alt-text="Screenshot of Immersive Reader highlighting parts of speech using different colors.":::
4949

5050
### Read content aloud
5151

52-
Speech synthesis (or text-to-speech) is baked into the Immersive Reader service, which lets your readers select text to be read aloud.
52+
Speech synthesis, or text to speech, is baked into the Immersive Reader service. Readers can select text to be read aloud.
5353

54-
![Read text aloud with Immersive Reader](./media/read-aloud.png)
54+
:::image type="content" source="media/read-aloud.png" alt-text="Screenshot of Immersive Reader's text-to-speech feature that reads text aloud.":::
5555

5656
### Translate content in real-time
5757

58-
Immersive Reader can translate text into many languages in real-time. This is helpful to improve comprehension for readers learning a new language.
58+
Immersive Reader can translate text into many languages in real time, which helps to improve comprehension for readers learning a new language.
5959

60-
![Translate text with Immersive Reader](./media/translation.png)
60+
:::image type="content" source="media/translation.png" alt-text="Screenshot of Immersive Reader's language translation feature.":::
6161

6262
### Split words into syllables
6363

64-
With Immersive Reader you can break words into syllables to improve readability or to sound out new words.
64+
With Immersive Reader, you can break words into syllables to improve readability or to sound out new words.
6565

66-
![Break words into syllables with Immersive Reader](./media/syllabification.png)
66+
:::image type="content" source="media/syllabification.png" alt-text="Screenshot of Immersive Reader breaking words into syllables.":::
6767

6868
## How does Immersive Reader work?
6969

70-
Immersive Reader is a standalone web application. When invoked using the Immersive Reader client library is displayed on top of your existing web application in an `iframe`. When your web application calls the Immersive Reader service, you specify the content to show the reader. The Immersive Reader client library handles the creation and styling of the `iframe` and communication with the Immersive Reader backend service. The Immersive Reader service processes the content for parts of speech, text to speech, translation, and more.
70+
Immersive Reader is a standalone web application. When it's invoked, the Immersive Reader client library displays on top of your existing web application in an `iframe`. When your web application calls the Immersive Reader service, you specify the content to show the reader. The Immersive Reader client library handles the creation and styling of the `iframe` and communication with the Immersive Reader backend service. The Immersive Reader service processes the content for parts of speech, text to speech, translation, and more.
7171

72-
## Get started with Immersive Reader
72+
## Next step
7373

74-
The Immersive Reader client library is available in C#, JavaScript, Java (Android), Kotlin (Android), and Swift (iOS). Get started with:
74+
The Immersive Reader client library is available in C#, JavaScript, Java (Android), Kotlin (Android), and Swift (iOS). Get started with:
7575

7676
* [Quickstart: Use the Immersive Reader client library](quickstarts/client-libraries.md)

0 commit comments

Comments
 (0)