기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Vivox Unity SDK

Vivox Unity SDK

Vivox
​
​
Vivox Unity SDK
  • Overview
  • Get started
  • Release notes
  • Developer guide
    • Set up your project
    • Create voice and text channels
    • Messaging
    • Player management
    • Device management
    • Audio management
    • Mobile development
    • Text-to-speech
      • Text-to-speech voice options
      • Text-to-speech destinations
      • Inject a text-to-speech message
      • Queue a text-to-speech message
      • Cancel a text-to-speech message
    • Speech-to-text
    • Real-time recording
    • Server-side-recording
    • Troubleshooting
  • Tutorials
  • Reference
  1. Vivox Unity SDK 기술 자료
  2. Vivox Unity 개발자 가이드
  3. 스피치 투 텍스트 오디오 트랜스크립션

텍스트 투 스피치 메시지 취소

Cancel a queued text-to-speech message.
읽는 시간 1분
최근 업데이트: 8달 전

현재 재생 중이거나 대기열에 있는 TTS(텍스트 투 스피치) 메시지를 취소하려면,
VivoxService.Instance.TextToSpeechCancelMessages()
또는
VivoxService.Instance.TextToSpeechCancelAllMessages()
를 취소할 TTS 메시지와 함께 사용합니다. ITTS 메시지 컬렉션에서
Dequeue()
메서드를 사용하여 대기열 헤드의 메시지를 취소할 수도 있습니다.
이전에 음성으로 전달한 TTS 메시지 오브젝트를
VivoxService.Instance.TextToSpeechCancelMessages()
를 사용하여 직접 취소할 수 있습니다. 다음 예제에 자세히 나와 있습니다.
VivoxService.Instance.TextToSpeechSendMessage()
대기열이 있는 대상에서 재생 중인 TTS 메시지를 취소하면 다음 메시지가 자동으로 재생됩니다. 대기열에 있는 텍스트 투 스피치 메시지를 취소하면 이후의 모든 메시지가 한 자리 위로 이동합니다.
한 대상의 모든 텍스트 투 스피치 메시지(재생 중이거나 대기열에 있는 메시지) 또는 모든 대상의 모든 텍스트 투 스피치 메시지를 취소할 수 있습니다.
// Cancel all TTS messages in the destination for Queued Local PlaybackVivoxService.Instance.TextToSpeechCancelMessages(TextToSpeechMessageType);// Cancel all TTS messages in all destinationsVivoxService.Instance.TextToSpeechCancelAllMessages();

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.


    이 페이지의 문제 보고