yuanwu1454

Results 1 issues of yuanwu1454

你好,我想知道这个怎么才能做到中英翻译。 ``` py self.config = speech.types.RecognitionConfig( encoding=speech.enums.RecognitionConfig.AudioEncoding.LINEAR16, sample_rate_hertz=44100, language_code='en-US', max_alternatives=1, enable_automatic_punctuation=True, # 启用标点符号 diarization_config=speaker_diarization_config, # 区分讲话人 speech_contexts=speech_contexts # 语音自适应 ) ``` 我将上述的 **language_code** 写成了 **en-US** 但是我发现我实时翻译这个的时候,**http://127.0.0.1:5000** 这个网页没有任何输出 ``` Speech2text timeout...