You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.
Tried RecognizerSwiftSample and RecognizerUISwiftSample:
Set my IAM token into YSKSpeechKit.sharedInstance().apiKey. SpeechKit cloud Support said that SpeechKit has moved into Cloud and now that's where you are supposed to collect keys.
Set uuid YSKSpeechKit.sharedInstance().uuid = UUID.init().uuidString
Launch the app, allow microphone access and boom... Server side error: No SynchronizeState was sent.
Tried RecognizerSwiftSample and RecognizerUISwiftSample:
YSKSpeechKit.sharedInstance().apiKey
. SpeechKit cloud Support said that SpeechKit has moved into Cloud and now that's where you are supposed to collect keys.YSKSpeechKit.sharedInstance().uuid = UUID.init().uuidString
Launch the app, allow microphone access and boom... Server side error: No SynchronizeState was sent.
Attaching debug logs:
The text was updated successfully, but these errors were encountered: