-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
38 lines (38 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "com.oshoham.unity-google-cloud-streaming-speech-to-text",
"displayName": "Google Cloud Streaming Speech-to-Text",
"version": "0.1.8",
"description": "A cross-platform Unity plugin that uses the Google Cloud Speech-To-Text API to perform real-time, streaming transcription of microphone input.",
"files": [
"package.json.meta",
"README.md.meta",
"MicrophoneMixer.mixer*",
"Editor*",
"Plugins*",
"Plugins/Grpc.Core/*",
"Resources*",
"Runtime*",
"Samples~*"
],
"samples": [
{
"displayName": "Basic Usage",
"description": "Demonstrates how to use the StreamingRecognizer class to transcribe speech.",
"path": "Samples~/Basic"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/oshoham/UnityGoogleCloudStreamingSpeechToText.git"
},
"unity": "2019.1",
"keywords": [
"unity"
],
"author": "Oren Shoham",
"license": "MIT",
"bugs": {
"url": "https://github.com/oshoham/UnityGoogleCloudStreamingSpeechToText/issues"
},
"homepage": "https://github.com/oshoham/UnityGoogleCloudStreamingSpeechToText#readme"
}