@elizaos/core v0.1.7-alpha.1 / IVideoService
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
isVideoUrl(
url
):boolean
• url: string
boolean
packages/core/src/types.ts:1149
fetchVideoInfo(
url
):Promise
<Media
>
• url: string
Promise
<Media
>
packages/core/src/types.ts:1150
downloadVideo(
videoInfo
):Promise
<string
>
• videoInfo: Media
Promise
<string
>
packages/core/src/types.ts:1151
processVideo(
url
,runtime
):Promise
<Media
>
• url: string
• runtime: IAgentRuntime
Promise
<Media
>