Setup
Google Cloud STT authenticates with a Google Cloud service account rather than a simple API key. Point Application Default Credentials at your service-account JSON. Create the service account and key in the Google Cloud console:In the Python SDK you can also pass the service-account JSON path (or raw JSON string) as the
api_key argument. The value is used directly as the service-account credentials; it is not
written to the GOOGLE_APPLICATION_CREDENTIALS environment variable.Usage
Import the plugin and pass it to the pipeline’sstt slot.
Parameters
Constructor parameters for the Python SDK (GoogleSTT). The JavaScript and Go SDKs expose equivalent options where supported, in their idiomatic form (camelCase / STTOptions struct).
Import paths
Transcribed text passes to the LLM once
turn detection decides the caller has finished speaking.