// VEO タスクのステータス定数
定数(
VeoStatusPending = "保留中"
VeoStatusImageDownloading = "image_downloading"
VeoStatusVideoGenerating = "video_generate"
VeoStatusVideoGenerationCompleted = "video_generation_completed"
VeoStatusVideoGenerationFailed = "video_generation_failed"
VeoStatusVideoUpsampling = "video_upsampling"
VeoStatusVideoUpsamplingCompleted = "video_upsampling_completed"
VeoStatusVideoUpsamplingFailed = "video_upsampling_failed"
VeoStatusCompleted = "完了"
VeoStatusFailed = "失敗"
VeoStatusError = "error" // エラー (エラー応答用)
)