Metadata-Version: 2.4
Name: ovos_stt_plugin_azure
Version: 0.0.0a3
Summary: ovos azure stt plugin for OpenVoiceO
Author-email: JarbasAi <jarbasai@mailfence.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/OpenVoiceOS/ovos-stt-plugin-azure
Keywords: mycroft,OpenVoiceOS,OVOS,plugin,stt
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ovos-plugin-manager<3.0.0,>=2.1.1
Requires-Dist: ovos-utils<1.0.0,>=0.8.4
Requires-Dist: requests
Provides-Extra: test
Dynamic: license-file

## Description

OpenVoiceOS plugin for Microsoft Azure

## Install

```bash
pip install ovos-stt-plugin-azure
```

## Configuration

```json
  "stt": {
    "module": "ovos-stt-plugin-azure",
    "ovos-stt-plugin-azure": {
      "key": "xxx",
      "region": "westeurope",
      "profanity": "raw"
    }
  }
```

`key` - key for Azure AI services API

`region`: location/region for your Azure speech service

`profanity`: profanity filter setting, possible values are `raw`, `masked`, or `removed`
