Metadata-Version: 2.1
Name: neon-stt-plugin-google-cloud-streaming
Version: 1.0.2a6
Summary: A Google streaming stt plugin for Neon
Home-page: https://github.com/NeonGeckoCom/neon-stt-plugin-google_cloud_streaming
Author: Neongecko
Author-email: developers@neon.ai
License: BSD-3
Keywords: mycroft plugin stt
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: google-cloud-speech~=2.4
Requires-Dist: google-api-python-client~=1.6
Requires-Dist: SpeechRecognition~=3.8
Requires-Dist: ovos-plugin-manager~=0.0
Requires-Dist: ovos-utils~=0.0
Requires-Dist: google-api-core~=2.11

# NeonAI Google Streaming STT Plugin
[Mycroft](https://mycroft-ai.gitbook.io/docs/mycroft-technologies/mycroft-core/plugins) compatible
STT Plugin for Google Speech-to-Text.

# Configuration:
A json credential can be ottained following [instructions here](https://developers.google.com/workspace/guides/create-credentials#create_credentials_for_a_service_account) should be saved at: `~/.local/share/neon/google.json`.
JSON Credentials may alternatively be included in the tts configuration as shown below.

```yaml
tts:
    module: google_cloud_streaming
    google_cloud: {lang: en-us, credential: None}
```
