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