Skip to content

Google

The google STT is based on the Google Speech Recognition API. This STT is free for less than 60 minutes of usage per month. After that you need a subscription.

Input parameters

parameter required default choices comment
key No None
language No en-US lang LCID string

Settings example

Free usage

default_speech_to_text: "google"

speech_to_text:
  - google:
      language: "fr-FR"

For paying users

default_speech_to_text: "google"

speech_to_text:
  - google:
      language: "fr-FR"
      key: "my_google_stt_key"