텍스트 투 스피치 메시지 취소
Cancel a queued text-to-speech message.
읽는 시간 1분최근 업데이트: 19일 전
현재 재생 중이거나 대기열에 있는 TTS(텍스트 투 스피치) 메시지를 취소하려면,
VivoxService.Instance.TextToSpeechCancelMessages()VivoxService.Instance.TextToSpeechCancelAllMessages()Dequeue()VivoxService.Instance.TextToSpeechCancelMessages()대기열이 있는 대상에서 재생 중인 TTS 메시지를 취소하면 다음 메시지가 자동으로 재생됩니다. 대기열에 있는 텍스트 투 스피치 메시지를 취소하면 이후의 모든 메시지가 한 자리 위로 이동합니다. 한 대상의 모든 텍스트 투 스피치 메시지(재생 중이거나 대기열에 있는 메시지) 또는 모든 대상의 모든 텍스트 투 스피치 메시지를 취소할 수 있습니다.VivoxService.Instance.TextToSpeechSendMessage()
// Cancel all TTS messages in the destination for Queued Local PlaybackVivoxService.Instance.TextToSpeechCancelMessages(TextToSpeechMessageType);// Cancel all TTS messages in all destinationsVivoxService.Instance.TextToSpeechCancelAllMessages();