// VEO-Aufgabenstatuskonstanten
const (
VeoStatusPending = „ausstehend“
VeoStatusImageDownloading = "image_downloading"
VeoStatusVideoGenerating = "video_generating"
VeoStatusVideoGenerationCompleted = "video_generation_completed"
VeoStatusVideoGenerationFailed = „video_generation_failed“
VeoStatusVideoUpsampling = "video_upsampling"
VeoStatusVideoUpsamplingCompleted = "video_upsampling_completed"
VeoStatusVideoUpsamplingFailed = „video_upsampling_failed“
VeoStatusCompleted = „abgeschlossen“
VeoStatusFailed = „fehlgeschlagen“
VeoStatusError = „error“ // Fehler (für Fehlerantwort)
)