utilitas 1995.0.13 → 1995.0.15
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 +2 -1
- package/dist/utilitas.lite.mjs +1 -1
- package/dist/utilitas.lite.mjs.map +1 -1
- package/lib/manifest.mjs +1 -1
- package/lib/shot.mjs +28 -23
- package/lib/speech.mjs +64 -18
- package/lib/storage.mjs +6 -6
- package/lib/vision.mjs +10 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -262,9 +262,10 @@ Works in Node.js and modern browsers.
|
|
|
262
262
|
| :--- | :--- | :--- |
|
|
263
263
|
| _NEED | Array | @google-cloud/speech,@google-cloud/text-to-speech,whisper-node |
|
|
264
264
|
| default | AsyncFunction | options |
|
|
265
|
-
| googleStt | AsyncFunction | audio, options |
|
|
266
265
|
| init | AsyncFunction | options |
|
|
267
266
|
| stt | AsyncFunction | audio, options |
|
|
267
|
+
| sttGoogle | AsyncFunction | audio, options |
|
|
268
|
+
| sttWhisper | AsyncFunction | audio, options |
|
|
268
269
|
| tts | AsyncFunction | text, options |
|
|
269
270
|
|
|
270
271
|
### [ssl](./lib/ssl.mjs)
|