jp.go.nict.langrid.client.protobuf.proto
インタフェース TextToSpeechProtos.Service.Interface
- 既知の実装クラスの一覧:
- TextToSpeechProtos.Service.Stub
- 含まれているクラス:
- TextToSpeechProtos.Service
public static interface TextToSpeechProtos.Service.Interface
speak
void speak(com.google.protobuf.RpcController controller,
TextToSpeechProtos.SpeakRequest request,
com.google.protobuf.RpcCallback<TextToSpeechProtos.SpeakResponse> done)
getSupportedLanguages
void getSupportedLanguages(com.google.protobuf.RpcController controller,
TextToSpeechProtos.GetSupportedLanguagesRequest request,
com.google.protobuf.RpcCallback<TextToSpeechProtos.GetSupportedLanguagesResponse> done)
getSupportedVoiceTypes
void getSupportedVoiceTypes(com.google.protobuf.RpcController controller,
TextToSpeechProtos.GetSupportedVoiceTypesRequest request,
com.google.protobuf.RpcCallback<TextToSpeechProtos.GetSupportedVoiceTypesResponse> done)
getSupportedAudioTypes
void getSupportedAudioTypes(com.google.protobuf.RpcController controller,
TextToSpeechProtos.GetSupportedAudioTypesRequest request,
com.google.protobuf.RpcCallback<TextToSpeechProtos.GetSupportedAudioTypesResponse> done)