add message translations feature to ctx

This commit is contained in:
bignutty 2025-01-01 03:45:58 +01:00
parent f71aa434b0
commit 3b34dfcdd4
4 changed files with 127 additions and 28 deletions

View file

@ -11,6 +11,7 @@ const Api = Object.freeze({
GOOGLE_SPEECH_RECOGNIZE: '/google/speech/recognize',
GOOGLE_SPEECH_RECOGNIZE_LABELS: '/google/speech/multirecognize',
GOOGLE_TRANSLATE: '/google/translate/text',
GOOGLE_TRANSLATE_MULTI: '/google/translate/multi',
GOOGLE_VISION_COLORS: '/google/vision/colors',
GOOGLE_VISION_FACES: '/google/vision/faces',
GOOGLE_VISION_LABELS: '/google/vision/labels',