Skip to content

AWS Transcribe 节点#

¥AWS Transcribe node

使用 AWS Transcribe 节点可自动执行 AWS Transcribe 中的工作,并将 AWS Transcribe 与其他应用集成。n8n 内置支持多种 AWS Transcribe 功能,包括创建、删除和获取转录任务。

¥Use the AWS Transcribe node to automate work in AWS Transcribe, and integrate AWS Transcribe with other applications. n8n has built-in support for a wide range of AWS Transcribe features, including creating, deleting, and getting transcription jobs.

本页列出了 AWS Transcribe 节点支持的操作列表以及更多资源的链接。

¥On this page, you'll find a list of operations the AWS Transcribe node supports and links to more resources.

Credentials

请参阅 AWS Transcribe 凭证 以了解有关设置身份验证的指导。

¥Refer to AWS Transcribe credentials for guidance on setting up authentication.

This node can be used as an AI tool

This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the AI tool parameters documentation.

操作#

¥Operations

转录作业

¥Transcription Job

  • 创建转录任务

¥Create a transcription job

  • 删除转录任务

¥Delete a transcription job

  • 获取转录工作

¥Get a transcription job

  • 获取所有转录任务

¥Get all transcriptions job

模板和示例#

¥Templates and examples

Template widget placeholder.

What to do if your operation isn't supported#

If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.

You can use the credential you created for this service in the HTTP Request node:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. Select your credential.

Refer to Custom API operations for more information.