
Parameters
Active session from a Zoom (Join) node.
Duration of silence (in milliseconds) to mark end of turn.
Credentials
Select an API Key Credential for the Deepgram API key used by this node.
Inputs
Inputs are ignored; the
input port is only for graph connectivity.Outputs
The transcript of the latest spoken turn (i.e. since the last time a Zoom (Listen) node is called for the same zoom session), returned as an array of objects.Each transcript segment includes the following fields:
Sample output
| Field | Description |
|---|---|
speaker | Speaker index like "0" or "1", or a delegate name. |
text | Speech transcript. |
start_time | Segment start time in seconds. |
end_time | Segment end time in seconds. |

