transcribe voice message command

This commit is contained in:
derpystuff 2023-04-15 19:17:40 +02:00
parent 26a305ea8b
commit f408733d83
3 changed files with 61 additions and 0 deletions

View file

@ -8,6 +8,7 @@ const Api = Object.freeze({
HOST: Hosts.prod,
GOOGLE_PERSPECTIVE: '/google/perspective/analyze',
GOOGLE_SPEECH_RECOGNIZE: '/google/speech/recognize',
GOOGLE_TRANSLATE: '/google/translate/text',
GOOGLE_VISION_COLORS: '/google/vision/colors',
GOOGLE_VISION_FACES: '/google/vision/faces',