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
|`that will cost nine hundred dollars`|`That will cost $900.`|
27
+
|`my phone number is one eight hundred, four five six, eight nine ten`|`My phone number is 1-800-456-8910.`|
28
+
|`the time is six forty five p m`|`The time is 6:45 PM.`|
29
+
|`I live on thirty five lexington avenue`|`I live on 35 Lexington Ave.`|
30
+
|`the answer is six point five`|`The answer is 6.5.`|
31
+
|`send it to support at help dot com`|`Send it to [email protected].`|
32
32
33
33
## Capitalization
34
34
35
35
Speech-to-text models recognize words that should be capitalized to improve readability, accuracy, and grammar. For example, the Speech service will automatically capitalize proper nouns and words at the beginning of a sentence. Some examples are shown in this table.
36
36
37
37
|Recognized speech|Display text|
38
38
|---|---|
39
-
|i got an x l t shirt|I got an XL t-shirt.|
40
-
|my name is jennifer smith|My name is Jennifer Smith.|
41
-
|i want to visit new york city|I want to visit New York City.|
39
+
|`i got an x l t shirt`|`I got an XL t-shirt.`|
40
+
|`my name is jennifer smith`|`My name is Jennifer Smith.`|
41
+
|`i want to visit new york city`|`I want to visit New York City.`|
42
42
43
43
## Disfluency removal
44
44
45
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.
46
46
47
47
|Recognized speech|Display text|
48
48
|---|---|
49
-
|i uh said that we can go to the uhmm movies|I said that we can go to the movies.|
50
-
|its its not that big of uhm a deal|It's not that big of a deal.|
51
-
|umm i think tomorrow should work|I think tomorrow should work.|
49
+
|`i uh said that we can go to the uhmm movies`|`I said that we can go to the movies.`|
50
+
|`its its not that big of uhm a deal`|`It's not that big of a deal.`|
51
+
|`umm i think tomorrow should work`|`I think tomorrow should work.`|
52
52
53
53
## Punctuation
54
54
55
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.
56
56
57
57
|Recognized speech|Display text|
58
58
|---|---|
59
-
|how are you|How are you?|
60
-
|we can go to the mall park or beach|We can go to the mall, park, or beach.|
59
+
|`how are you`|`How are you?`|
60
+
|`we can go to the mall park or beach`|`We can go to the mall, park, or beach.`|
61
61
62
62
When you're using speech-to-text with continuous recognition, you can configure the Speech service to recognize explicit punctuation marks. Then you can speak punctuation aloud in order to make your text more legible. This is especially useful in a situation where you want to use complex punctuation without having to merge it later. Some examples are shown in this table.
63
63
64
64
|Recognized speech|Display text|
65
65
|---|---|
66
-
|they entered the room dot dot dot|They entered the room...|
67
-
|i heart emoji you period|I <3 you.|
68
-
|the options are apple forward slash banana forward slash orange period|The options are apple/banana/orange.|
69
-
|are you sure question mark|Are you sure?|
66
+
|`they entered the room dot dot dot`|`They entered the room...`|
67
+
|`i heart emoji you period`|`I <3 you.`|
68
+
|`the options are apple forward slash banana forward slash orange period`|`The options are apple/banana/orange.`|
69
+
|`are you sure question mark`|`Are you sure?`|
70
70
71
71
Use the Speech SDK to enable dictation mode when you're using speech-to-text with continuous recognition. This mode will cause the speech configuration instance to interpret word descriptions of sentence structures such as punctuation.
0 commit comments