TextToSpeechService.OnGetVoices 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지원되는 음성 집합에 대해 서비스를 쿼리합니다.
[Android.Runtime.Register("onGetVoices", "()Ljava/util/List;", "GetOnGetVoicesHandler")]
public virtual System.Collections.Generic.IList<Android.Speech.Tts.Voice>? OnGetVoices ();
[<Android.Runtime.Register("onGetVoices", "()Ljava/util/List;", "GetOnGetVoicesHandler")>]
abstract member OnGetVoices : unit -> System.Collections.Generic.IList<Android.Speech.Tts.Voice>
override this.OnGetVoices : unit -> System.Collections.Generic.IList<Android.Speech.Tts.Voice>
반환
지원되는 음성 목록입니다.
- 특성
설명
지원되는 음성 집합에 대해 서비스를 쿼리합니다.
여러 스레드에서 호출할 수 있습니다.
기본 구현은 지원되는 로캘에 대해 사용 가능한 모든 로캘을 열거하고, 전달 #onIsLanguageAvailable(String, String, String)
하고, 음성 인스턴스(로캘의 BCP-47 언어 태그를 음성 이름으로 사용)를 만들려고 합니다. 이 구현은 단일 로캘에 대해 여러 음성이 없는 엔진에만 적합합니다. 또한 이 구현은 메서드에서 반환된 집합에 나열되지 않은 로캘에서 Locale#getAvailableLocales()
작동하지 않습니다.
에 대한 android.speech.tts.TextToSpeechService.onGetVoices()
Java 설명서
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.