✨ Add AWS transcribe node (#1826)
* Aws Transcribe node * ⚡ Improvements to #1801 * ⚡ Small fix * ✏️ Edit node param descriptions * ⚡ Set missing defaults * ⚡ Fix duplicate description * ⚡ Set integer limit values * ⚡ Improvements * ⚡ Fix name Co-authored-by: Alexander Mustafin <sashker@users.noreply.github.com> Co-authored-by: Iván Ovejero <ivov.src@gmail.com> Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"node": "n8n-nodes-base.awsTranscribe",
|
||||
"nodeVersion": "1.0",
|
||||
"codexVersion": "1.0",
|
||||
"categories": [
|
||||
"Development"
|
||||
],
|
||||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/aws"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.awsTranscribe/"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user