Node Details
- Name: assemblyAI
- Type: AssemblyAI
- Version: 1.0
- Category: SpeechToText
Parameters
The node doesn’t have any specific input parameters defined in theinputs
array. This suggests that the audio input might be handled externally or through a standardized interface not explicitly defined in this class.
Credentials
The node requires an AssemblyAI API credential:- Label: Connect Credential
- Name: credential
- Type: credential
- Credential Names: assemblyAIApi
Input/Output
While not explicitly defined in the provided code, typical usage of an AssemblyAI speech-to-text service would involve: Input:- Audio file or stream
- Transcribed text
Usage
This node is designed to be part of a larger system or workflow. Developers can use this node to easily incorporate AssemblyAI’s speech-to-text capabilities into their applications. It’s particularly useful for:- Transcription services
- Voice command processing
- Audio content analysis
- Accessibility features in applications
- Automated subtitling or captioning systems
Integration
To use this node, ensure that:- You have valid AssemblyAI API credentials.
- The node is properly integrated into your system’s workflow.
- Audio input is correctly formatted and provided to the node.
- The output is appropriately handled and processed as needed by your application.