@ai16z/eliza v0.1.4-alpha.3 / ITranscriptionService
Interface: ITranscriptionService
Extends
Accessors
serviceType
Get Signature
get serviceType():
ServiceType
Returns
Inherited from
Defined in
packages/core/src/types.ts:951
Methods
initialize()
abstract
initialize(runtime
):Promise
<void
>
Add abstract initialize method that must be implemented by derived classes
Parameters
• runtime: IAgentRuntime
Returns
Promise
<void
>
Inherited from
Defined in
packages/core/src/types.ts:956
transcribeAttachment()
transcribeAttachment(
audioBuffer
):Promise
<string
>
Parameters
• audioBuffer: ArrayBuffer
Returns
Promise
<string
>
Defined in
packages/core/src/types.ts:1049
transcribeAttachmentLocally()
transcribeAttachmentLocally(
audioBuffer
):Promise
<string
>
Parameters
• audioBuffer: ArrayBuffer
Returns
Promise
<string
>
Defined in
packages/core/src/types.ts:1050
transcribe()
transcribe(
audioBuffer
):Promise
<string
>
Parameters
• audioBuffer: ArrayBuffer
Returns
Promise
<string
>
Defined in
packages/core/src/types.ts:1053
transcribeLocally()
transcribeLocally(
audioBuffer
):Promise
<string
>
Parameters
• audioBuffer: ArrayBuffer
Returns
Promise
<string
>