def __init__()

in core/speech_to_text.py [0:0]


  def __init__(
      self,
      project_id: str,
      recognition_config: speech_v2.types.RecognitionConfig,
      with_endpointing: bool = True,
      substream_endpointing: str = ENDPOINTING_SUBSTREAM_NAME,
      strict_endpointing: bool = True,
      with_interim_results: bool = True,
      substream_transcription: str = TRANSCRIPTION_SUBSTREAM_NAME,
      passthrough_audio: bool = False,