ドキュメント

サポート

Vivox Unreal SDK

Vivox Unreal SDK

Audio transcription error codes

Reference error codes for audio transcription.
読み終わるまでの所要時間 1 分最終更新 12日前

If a speech-to-text transcription-related request fails, the Vivox SDK might return one of the following error codes through the
FOnBeginSetChannelTranscriptionCompletedDelegate
callback:
  • VxErrorTargetObjectDoesNotExist
    - The IChannelSession is not connected with BeginConnect().
  • VxErrorNotLoggedIn
    - The user is not signed in.
  • VxErrorNotSupported
    - Speech-to-text is not enabled on the server.
  • Anything in the 20120-20128 error code range (such as
    VxAccessTokenExpired
    ) indicates an access token-related error.
    For more information, refer to the Access Token Developer Guide.

Audio transcription error codes • Vivox Unreal SDK • Unity Docs