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/cognitive-services/Speech-Service/display-text-format.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Speech-to-text offers an array of formatting features to ensure that the transcr
19
19
20
20
## ITN
21
21
22
-
Inverse Text Normalization (ITN) is a process that converts spoken words into their written form. For example, the spoken word "four" is converted to the written form "4". This process is performed by the speech-to-text service and isn't configurable. Some of the supported text formats include dates, times, decimals, currencies, addresses, emails, and phone numbers. This allows Speech users to speak naturally into their device, and the service formats text as expected. The following table shows the ITN rules that are applied to the text output.
22
+
Inverse Text Normalization (ITN) is a process that converts spoken words into their written form. For example, the spoken word "four" is converted to the written form "4". This process is performed by the speech-to-text service and isn't configurable. Some of the supported text formats include dates, times, decimals, currencies, addresses, emails, and phone numbers. You can speak naturally, and the service formats text as expected. The following table shows the ITN rules that are applied to the text output.
23
23
24
24
|Recognized speech|Display text|
25
25
|---|---|
@@ -36,14 +36,13 @@ Speech-to-text models recognize words that should be capitalized to improve read
36
36
37
37
|Recognized speech|Display text|
38
38
|---|---|
39
-
|i got an iphone s e|I got an iPhone SE.|
39
+
|i got an x l t shirt|I got an XL t-shirt.|
40
40
|my name is jennifer smith|My name is Jennifer Smith.|
41
41
|i want to visit new york city|I want to visit New York City.|
42
-
|i need to service my toyota|I need to service my Toyota.|
43
42
44
43
## Disfluency removal
45
44
46
-
When speaking, it is common for someone to stutter, duplicate words, and say filler words like "uhm" or "uh". Speech-to-text can recognize such disfluencies and remove them from the display text. This is great for transcribing live unscripted speeches to read them back later. Some examples are shown in this table.
45
+
When speaking, it's common for someone to stutter, duplicate words, and say filler words like "uhm" or "uh". Speech-to-text can recognize such disfluencies and remove them from the display text. Disfluency removal is great for transcribing live unscripted speeches to read them back later. Some examples are shown in this table.
47
46
48
47
|Recognized speech|Display text|
49
48
|---|---|
@@ -53,7 +52,7 @@ When speaking, it is common for someone to stutter, duplicate words, and say fil
53
52
54
53
## Punctuation
55
54
56
-
Speech-to-text automatically punctuates your text to improve clarity. This is helpful for reading back call or conversation transcriptions. Some examples are shown in this table.
55
+
Speech-to-text automatically punctuates your text to improve clarity. Punctuation is helpful for reading back call or conversation transcriptions. Some examples are shown in this table.
57
56
58
57
|Recognized speech|Display text|
59
58
|---|---|
@@ -120,7 +119,7 @@ You can specify whether to mask, remove, or show profanity in the final transcri
120
119
> Microsoft also reserves the right to mask or remove any word that is deemed inappropriate. Such words will not be returned by the Speech service, whether or not you enabled profanity filtering.
121
120
122
121
The profanity filter options are:
123
-
-`Masked`: Replaces letters in profane words with asterisk (*) characters. This is the default option.
122
+
-`Masked`: Replaces letters in profane words with asterisk (*) characters. Masked is the default option.
0 commit comments