@elizaos/core v0.1.7-alpha.1 / ITranscriptionService
get serviceType():
ServiceType
packages/core/src/types.ts:1036
abstract
initialize(runtime
):Promise
<void
>
Add abstract initialize method that must be implemented by derived classes
• runtime: IAgentRuntime
Promise
<void
>
packages/core/src/types.ts:1041
transcribeAttachment(
audioBuffer
):Promise
<string
>
• audioBuffer: ArrayBuffer
Promise
<string
>
packages/core/src/types.ts:1140
transcribeAttachmentLocally(
audioBuffer
):Promise
<string
>
• audioBuffer: ArrayBuffer
Promise
<string
>
packages/core/src/types.ts:1141
transcribe(
audioBuffer
):Promise
<string
>
• audioBuffer: ArrayBuffer
Promise
<string
>
packages/core/src/types.ts:1144
transcribeLocally(
audioBuffer
):Promise
<string
>
• audioBuffer: ArrayBuffer
Promise
<string
>