Deepgram (Independent Publisher) (#3013)
* Revert "Merge branch 'microsoft:dev' into dev" This reverts commit096a7c3199
, reversing changes made tocb0948670f
. * Revert "Merge branch 'microsoft:dev' into dev" This reverts commitcb0948670f
, reversing changes made todc26e8a026
. * Revert "Revert "Merge branch 'microsoft:dev' into dev"" This reverts commit01764d0a6d
. * Revert "Revert "Merge branch 'microsoft:dev' into dev"" This reverts commita3f086ef0f
. * Add files via upload * Revert "Add files via upload" This reverts commiteeff7b7a02
. * 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 commit1d85506958
. * Update readme.md * Revert "Update readme.md" This reverts commitb94447a142
. * Add files via upload
This commit is contained in:
Родитель
2e3040271f
Коммит
fa9a56f4a5
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -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.
|
Загрузка…
Ссылка в новой задаче