mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 04:04:41 +08:00
31 lines
2.1 KiB
HTML
31 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<title>Type via voice</title>
|
||
<meta charset="utf-8" />
|
||
<meta name="description" content="The description of Speech input plugin for ONLYOFFICE editors, which allows you to insert text via voice" />
|
||
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
|
||
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
|
||
<script type="text/javascript" src="../callback.js"></script>
|
||
<script type="text/javascript" src="../../../../../../common/main/resources/help/search/js/page-search.js"></script>
|
||
</head>
|
||
<body>
|
||
<div class="mainpart">
|
||
<div class="search-field">
|
||
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
|
||
</div>
|
||
<h1>Type via voice</h1>
|
||
<p>In the <a href="https://www.onlyoffice.com/en/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Document Editor</b></a>, you can insert text with your voice.</p>
|
||
<p class="note">Starting with ONLYOFFICE Docs 8.2, no plugins come with the editors by default. The plugins shall be installed via <a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/Editors-User-Guides/AllEditors/Plugin-manager.aspx" target="_blank">Plugin Manager</a>.</p>
|
||
<ol>
|
||
<li>Set the cursor to the place where you want to add text,</li>
|
||
<li>switch to the <b>Plugins</b> tab and select <div class="icon icon-speechinput"></div> <b>Speech input</b>,</li>
|
||
<li>сhoose the recognition language in the pop-up window,</li>
|
||
<li>
|
||
сlick the <b>Start dictation</b> button and start speaking. Once you pause, the text will be added to the document. To turn off voice recognition, press the button again.
|
||
<div class="note">For the plugin to work correctly, you must have an input device (e,g. a microphone or headset) as well as permissions for the browser to use these record devices.</div>
|
||
</li>
|
||
</ol>
|
||
</div>
|
||
</body>
|
||
</html> |