public static final class TextToSpeechProtos.Service.Stub extends TextToSpeechProtos.Service implements TextToSpeechProtos.Service.Interface
TextToSpeechProtos.Service.BlockingInterface, TextToSpeechProtos.Service.Interface, TextToSpeechProtos.Service.Stub| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.RpcChannel |
getChannel() |
void |
getSupportedAudioTypes(com.google.protobuf.RpcController controller,
TextToSpeechProtos.GetSupportedAudioTypesRequest request,
com.google.protobuf.RpcCallback<TextToSpeechProtos.GetSupportedAudioTypesResponse> done) |
void |
getSupportedLanguages(com.google.protobuf.RpcController controller,
TextToSpeechProtos.GetSupportedLanguagesRequest request,
com.google.protobuf.RpcCallback<TextToSpeechProtos.GetSupportedLanguagesResponse> done) |
void |
getSupportedVoiceTypes(com.google.protobuf.RpcController controller,
TextToSpeechProtos.GetSupportedVoiceTypesRequest request,
com.google.protobuf.RpcCallback<TextToSpeechProtos.GetSupportedVoiceTypesResponse> done) |
void |
speak(com.google.protobuf.RpcController controller,
TextToSpeechProtos.SpeakRequest request,
com.google.protobuf.RpcCallback<TextToSpeechProtos.SpeakResponse> done) |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void speak(com.google.protobuf.RpcController controller,
TextToSpeechProtos.SpeakRequest request,
com.google.protobuf.RpcCallback<TextToSpeechProtos.SpeakResponse> done)
speak in interface TextToSpeechProtos.Service.Interfacespeak in class TextToSpeechProtos.Servicepublic void getSupportedLanguages(com.google.protobuf.RpcController controller,
TextToSpeechProtos.GetSupportedLanguagesRequest request,
com.google.protobuf.RpcCallback<TextToSpeechProtos.GetSupportedLanguagesResponse> done)
getSupportedLanguages in interface TextToSpeechProtos.Service.InterfacegetSupportedLanguages in class TextToSpeechProtos.Servicepublic void getSupportedVoiceTypes(com.google.protobuf.RpcController controller,
TextToSpeechProtos.GetSupportedVoiceTypesRequest request,
com.google.protobuf.RpcCallback<TextToSpeechProtos.GetSupportedVoiceTypesResponse> done)
getSupportedVoiceTypes in interface TextToSpeechProtos.Service.InterfacegetSupportedVoiceTypes in class TextToSpeechProtos.Servicepublic void getSupportedAudioTypes(com.google.protobuf.RpcController controller,
TextToSpeechProtos.GetSupportedAudioTypesRequest request,
com.google.protobuf.RpcCallback<TextToSpeechProtos.GetSupportedAudioTypesResponse> done)
getSupportedAudioTypes in interface TextToSpeechProtos.Service.InterfacegetSupportedAudioTypes in class TextToSpeechProtos.Service