mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
add message translations feature to ctx
This commit is contained in:
parent
f71aa434b0
commit
3b34dfcdd4
4 changed files with 127 additions and 28 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue