Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConversationOptions

Optional parameters for Conversation class constructor.

Hierarchy

  • ConversationOptions

Index

Properties

Optional ignoreEvents

ignoreEvents: ConversationEvent[]

Specify on which Enrich events we want to unsubscribe to.

Optional interim_results

interim_results: boolean

Send interim segments as well as the final segments.

Optional model

model: string

Specify which model to use to decode the audio.

Optional readonly

readonly: boolean

Set to true if you don't want to send audio but only read. Note that in read-only mode, no events will be emitted.

Optional rescoring

rescoring: boolean

Rescore the transcript result for better results.

Optional speaker

speaker: string

Speaker identifier.

Optional wrapper

wrapper: string

Specify in which element the conversation should be displayed.