Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 237 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 237 Bytes

azurespeech_stt

  1. Configure the component in your configuration.yaml file:
stt:
  - platform: azurespeech_stt
    api_key: "your_api_key_here"
    region: "your_region_here"
    # Optional parameters:
    language: "en-US"