@elizaos/core v0.1.6-alpha.4 / ITranscriptionService
get serviceType():
ServiceType
packages/core/src/types.ts:1016
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:1021
transcribeAttachment(
audioBuffer
):Promise
<string
>
• audioBuffer: ArrayBuffer
Promise
<string
>
packages/core/src/types.ts:1120
transcribeAttachmentLocally(
audioBuffer
):Promise
<string
>
• audioBuffer: ArrayBuffer
Promise
<string
>
packages/core/src/types.ts:1121
transcribe(
audioBuffer
):Promise
<string
>
• audioBuffer: ArrayBuffer
Promise
<string
>
packages/core/src/types.ts:1124
transcribeLocally(
audioBuffer
):Promise
<string
>
• audioBuffer: ArrayBuffer
Promise
<string
>