Type Alias AssemblyAIOptions
AssemblyAIOptions: {     apiKey: undefined | string;     baseUrl?: undefined | string;     userAgent?: undefined | false | UserAgent; } Type declaration
- apiKey: undefined | string
- OptionalbaseUrl?: undefined | string
- OptionaluserAgent?: undefined | false | UserAgent
The AssemblyAI user agent to use for requests. The provided components will be merged into the default AssemblyAI user agent. If
false, the AssemblyAI user agent will be removed.