export class VideoMaterial { constructor(video_path: any, duration?: number, width?: number, height?: number, type?: string); aigc_type: string; audio_fade: any; cartoon_path: string; category_id: string; category_name: string; check_flag: number; crop: { lower_left_x: number; lower_left_y: number; lower_right_x: number; lower_right_y: number; upper_left_x: number; upper_left_y: number; upper_right_x: number; upper_right_y: number; }; crop_ratio: string; crop_scale: number; duration: number; extra_type_option: number; formula_id: string; freeze: any; has_audio: boolean; height: number; id: string; intensifies_audio_path: string; intensifies_path: string; is_ai_generate_content: boolean; is_copyright: boolean; is_text_edit_overdub: boolean; is_unified_beauty_mode: boolean; local_id: string; local_material_id: string; material_id: string; material_name: string; material_url: string; matting: { flag: number; has_use_quick_brush: boolean; has_use_quick_eraser: boolean; interactiveTime: never[]; path: string; strokes: never[]; }; media_path: string; object_locked: any; origin_material_id: string; path: any; picture_from: string; picture_set_category_id: string; picture_set_category_name: string; request_id: string; reverse_intensifies_path: string; reverse_path: string; smart_motion: any; source: number; source_platform: number; stable: { matrix_path: string; stable_level: number; time_range: { duration: number; start: number; }; }; team_id: string; type: string; video_algorithm: { algorithms: never[]; complement_frame_config: null; deflicker: null; gameplay_configs: never[]; motion_blur_config: null; noise_reduction: null; path: string; quality_enhance: null; time_range: null; }; width: number; } export namespace MATERIAL_TYPE { let VIDEO: string; let PHOTO: string; } //# sourceMappingURL=VideoMaterial.d.ts.map