Packages@robojs/ai
VoiceChatMetadata
Interface: VoiceChatMetadata
Supplemental metadata describing a voice interaction.
Properties
| Property | Type | Description |
|---|---|---|
segments? | VoiceTranscriptSegment[] | Transcript segments accumulated thus far. |
strategy? | VoiceEndpointingStrategy | Voice endpointing strategy used in the session. |
wasCommitted? | boolean | Indicates whether the input stream was committed. |
