Type Alias BaseServiceParams
BaseServiceParams: { apiKey: string; baseUrl?: string; streamingBaseUrl?: string; userAgent?: UserAgent | false; } Type declaration
apiKey: string
Optional
baseUrl?: string
Optional
streamingBaseUrl?: string
Optional
userAgent?: UserAgent | false
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.