Deepgram (Independent Publisher) (#3013)

* Revert "Merge branch 'microsoft:dev' into dev"

This reverts commit 096a7c3199, reversing
changes made to cb0948670f.

* Revert "Merge branch 'microsoft:dev' into dev"

This reverts commit cb0948670f, reversing
changes made to dc26e8a026.

* Revert "Revert "Merge branch 'microsoft:dev' into dev""

This reverts commit 01764d0a6d.

* Revert "Revert "Merge branch 'microsoft:dev' into dev""

This reverts commit a3f086ef0f.

* Add files via upload

* Revert "Add files via upload"

This reverts commit eeff7b7a02.

* Add files via upload

* Delete independent-publisher-connectors/FileIO directory

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Revert "Add files via upload"

This reverts commit 1d85506958.

* Update readme.md

* Revert "Update readme.md"

This reverts commit b94447a142.

* Add files via upload
This commit is contained in:
Troy Taylor 2023-12-01 00:30:29 -05:00 коммит произвёл GitHub
Родитель 2e3040271f
Коммит fa9a56f4a5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 1582 добавлений и 0 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -0,0 +1,23 @@
{
"properties": {
"connectionParameters": {
"api_key": {
"type": "securestring",
"uiDefinition": {
"displayName": "API Key (in the form 'Token API_Key')",
"description": "The API Key (in the form 'Token API_Key') for this api",
"tooltip": "Provide your API Key (in the form 'Token API_Key')",
"constraints": {
"tabIndex": 2,
"clearText": false,
"required": "true"
}
}
}
},
"iconBrandColor": "#da3b01",
"capabilities": [],
"publisher": "Troy Taylor",
"stackOwner": "Deepgram"
}
}

Просмотреть файл

@ -0,0 +1,33 @@
# Deepgram
Deepgram has language AI models to power your apps. Power your apps with world-class speech-to-text and domain-specific language models (DSLMs).
## Publisher: Troy Taylor, Hitachi Solutions
## Prerequisites
You will need to sign up for an account with [Deepgram](https://console.deepgram.com/signup).
## Obtaining Credentials
Once you logged in to your account, you will find your API keys in your dashboard.
## Supported Operations
### Transcribe audio
Transcribe and analyze pre-recorded audio.
### Get projects
Retrieves basic information about your projects.
### Get project
Retrieves information about the specified project.
### Delete project
Deletes the specified project.
### Update project
Updates the project name.
### Get requests
Retrieve a list of requests sent to a project.
### Get request
Retrieves the details of the specified request for the specified project.
### Summarize usage
Retrieves a summary of usage statistics.
### Get fields
Lists the features, models, tags, languages, and processing method used for requests in the specified project.
## Known Issues and Limitations
There are no known issues at this time.