File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ej2-asp-core-mvc/code-snippet/speech-to-text/appearance/buttonSettings Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<div id='speechtotext-container'>
4
4
<ejs-speechtotext id="speech-to-text" transcriptChanged="onTranscriptChanged">
5
- <e-speechtotext-buttonSettings content="Start" stopContent="Stop" iconCss="e-icons e-play" stopIconCss="e-icons e-pause" iconPosition="Syncfusion.EJ2.Buttons.IconPosition. Right" isPrimary="true"></e-speechtotext-buttonSettings>
5
+ <e-speechtotext-buttonSettings content="Start" stopContent="Stop" iconCss="e-icons e-play" stopIconCss="e-icons e-pause" iconPosition="@(" Right") " isPrimary="true"></e-speechtotext-buttonSettings>
6
6
</ejs-speechtotext>
7
7
<ejs-textarea id="output-textarea" rows="5" cols="50" value="" resizeMode="None" placeholder="Transcribed text will be shown here..."></ejs-textarea>
8
8
</div>
You can’t perform that action at this time.
0 commit comments