MediaJobOutput interface
The event data for a Job output.
Properties
error | Gets the Job output error. |
label | Gets the Job output label. |
odata |
Polymorphic discriminator, which specifies the different types this object can be |
progress | Gets the Job output progress. |
state | Gets the Job output state. |
Property Details
error
label
Gets the Job output label.
label?: string
Property Value
string
odataType
Polymorphic discriminator, which specifies the different types this object can be
odataType: "#Microsoft.Media.JobOutputAsset"
Property Value
"#Microsoft.Media.JobOutputAsset"
progress
Gets the Job output progress.
progress: number
Property Value
number