@corti/dictation-web 0.1.20-rc → 0.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -73,7 +73,7 @@ Alternatively, use a CDN to start quickly (not recommended).
|
|
|
73
73
|
| `selectedDevice` | Object | The selected device used for recording (MediaDeviceInfo). |
|
|
74
74
|
| `recordingState` | String | Current state of recording (`stopped`, `recording`, `initializing` and `stopping`, ). |
|
|
75
75
|
| `dictationConfig` | Object | Configuration settings for dictation. |
|
|
76
|
-
| `languagesSupported` | String[] | List of all language codes available for use
|
|
76
|
+
| `languagesSupported` | String[] | List of all language codes available for use with the Web Component. |
|
|
77
77
|
| `debug_displayAudio` | Boolean | Overrides any device selection and instead uses getDisplayMedia to stream system audio. Should only be used for debugging |
|
|
78
78
|
|
|
79
79
|
### Methods
|