VideoTaskResult class

视频任务创建结果

Constructors

VideoTaskResult({required bool success, required String message, required VideoTaskStatus status, String? taskId, String? error})
const

Properties

error String?
错误信息(失败时返回)
final
hashCode int
The hash code for this object.
no setterinherited
message String
提示消息
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status VideoTaskStatus
任务状态
final
success bool
是否成功
final
taskId String?
任务ID
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited