in core/speech_to_text.py [0:0]
def _make_setup_request(self) -> speech_v2.types.StreamingRecognizeRequest:
return speech_v2.types.StreamingRecognizeRequest(
streaming_config=self._config,
recognizer=(
f'projects/{self._project_id}/locations/global/recognizers/_'
),
)