Skip to content

Aws Transcribe

Node: awsTranscribe · Full type: n8n-nodes-base.awsTranscribe · Version: 1

Credentials

aws (alias: @aws)

CREDENTIAL @aws = aws "My Aws Transcribe"

Operations

Parameter Details

options children:

Parameter Type Default Details
channelIdentification boolean false
maxAlternatives number 2
maxSpeakerLabels number 2
vocabularyName string ""
vocabularyFilterName string ""
vocabularyFilterMethod options "remove" remove, mask, tag

filters children:

Parameter Type Default Details
jobNameContains string ""
status options "COMPLETED" COMPLETED, FAILED, IN_PROGRESS, QUEUED

Example

NODE "awsTranscribe" @aws AS "Aws Transcribe" {
  resource: "transcriptionJob",
  operation: "get"
}