
內容簡介
總結:Dictate Button 外掛透過 dictate-button.io 服務,在您的網站上為各種表單增加了一個聽打按鈕,使用者可以口述文字而不是打字,提高了您網站的可訪問性和用戶友善性。
問題與答案:
1. Dictate Button 外掛的功能是什麼?
- 提供口述文字轉換為文字功能的外掛,透過 dictate-button.io 服務進行轉錄。
2. 使用 Dictate Button 外掛需要哪些條件?
- 需要使用支援 Web Speech API 的現代瀏覽器 (Chrome, Edge, Safari, Firefox),以及在 dictate-button.io 網站進行註冊。
3. Dictate Button 外掛支援哪些表單類型?
- 支援 WordPress 評論表單、搜索表單以及聯繫表單。
4. Dictate Button 外掛使用的外部服務是什麼?
- 外掛透過 Dictate Button API 進行音頻轉錄,並在 Beta 測試中,可能暫時存儲某些用戶數據以測試和改進服務。
5. 可以從哪裡找到 Dictate Button 外掛的開發代碼?
- 可以在 GitHub 上找到該外掛的開發存儲庫,並從 Apache-2.0 授權的 dictate-button library 中捆綁 JS 代碼。
外掛標籤
開發者團隊
原文外掛簡介
⚠️ This plugin is no longer supported and will stop working due to API changes.
The Dictate Button plugin enables speech-to-text functionality for various form types on your site by adding a dictate button which performs the transcription via the dictate-button.io service.
It allows users to dictate text rather than type it, making your site more accessible and user-friendly.
Please note: This plugin requires an account and site registration on dictate-button.io.
Features
Adds a dictate button to WordPress forms
Configure which form types show the dictate button
Uses the dictate-button component in exclusive mode
Admin settings page for easy configuration
Works with modern browsers supporting Web Speech API
Supported Form Types
WordPress comment forms
WordPress search forms
Contact Form 7 forms
Requirements
A modern browser that supports the Web Speech API (Chrome, Edge, Safari, Firefox)
Site registration on dictate-button.io
External Services
This plugin performs audio transcription through the Dictate Button API.
When requested by the user, it records the user’s voice and sends the recording to the Dictate Button API for transcription.
Please note that the Dictate Button service is still in Beta, so we may store some of your data temporary, such as your browser user agent and the voice recording with transcription, for the sake of testing and improving the service.
Currently this service is provided “AS IS” and free of charge (up to certain limits):
terms of service, privacy policy.
Third-Party Libraries
The plugin includes the dictate-button library of Apache License 2.0.
Development
The plugin development repository is available on GitHub.
We locally bundle the JS code from Apache-2.0-licensed dictate-button library to the assets/js folder this way:
pnpm install
pnpm run build
The source code of the dictate-button library is available on GitHub.
