text2SpeechHmmAiHoa_Pre method

Future<TtsResponse> text2SpeechHmmAiHoa_Pre(
  1. ServiceCall call,
  2. Future<TtsRequest> request
)

Implementation

$async.Future<$0.TtsResponse> text2SpeechHmmAiHoa_Pre(
    $grpc.ServiceCall call, $async.Future<$0.TtsRequest> request) async {
  return text2SpeechHmmAiHoa(call, await request);
}