* 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 2024-03-07 05:55:39 -05:00 коммит произвёл GitHub
Родитель 32195c9855
Коммит a6b8e335c6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 1637 добавлений и 0 удалений

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

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

@ -0,0 +1,23 @@
{
"properties": {
"connectionParameters": {
"api_key": {
"type": "securestring",
"uiDefinition": {
"displayName": "API Key",
"description": "The API Key for this api",
"tooltip": "Provide your API Key",
"constraints": {
"tabIndex": 2,
"clearText": false,
"required": "true"
}
}
}
},
"iconBrandColor": "#da3b01",
"capabilities": [],
"publisher": "Troy Taylor",
"stackOwner": "Hume AI Inc."
}
}

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

@ -0,0 +1,25 @@
# Hume
Hume is the AI toolkit to understand emotional expression and align technology with human well-being. Our platform is developed in tandem with scientific innovations that reveal how people experience and express over 30 distinct emotions.
## Publisher: Troy Taylor, Hitachi Solutions
## Prerequisites
You will need to sign up for an account with [Hume](https://beta.hume.ai/sign-up).
## Obtaining Credentials
Once you are logged in, you can find your API key on the [API Keys page](https://beta.hume.ai/settings/keys).
## Supported Operations
### List jobs
Retrieve a list of jobs.
### Start a job
Starts a new batch job.
### Get job predictions
Retrieve the predictions of a completed job.
### Get job artifacts
Retrieve the artifacts of a completed job.
### Get job details
Retrieve the details and state of a given job.
## Known Issues and Limitations
There are no known issues at this time.