Skip to content

agent-provider-bytedance / Exports / IBytedanceVideoTaskResponse

Interface: IBytedanceVideoTaskResponse

Table of contents

Properties

Properties

id

id: string

Defined in

types.ts:51


status

status: string

Defined in

types.ts:52


video_url

Optional video_url: string

Defined in

types.ts:53


content

Optional content: Object

Type declaration

NameType
video_url?string

Defined in

types.ts:54


mime_type

Optional mime_type: string

Defined in

types.ts:57


bytes

Optional bytes: number

Defined in

types.ts:58


error_message

Optional error_message: string

Defined in

types.ts:59


created_at

Optional created_at: string | number

Defined in

types.ts:60


updated_at

Optional updated_at: string | number

Defined in

types.ts:61

Released under the MIT License.