TypeScript SDK Reference / ModelLoadingProgressEvent
Interface: ModelLoadingProgressEvent
Properties
loaded
loaded:
number
Bytes loaded
module?
optionalmodule:string
Module name that is loading the model
percentage
percentage:
number
Current progress percentage (0-100)
stage
stage:
ModelLoadingStageInfo
Current stage information with structured data
total
total:
number
Total bytes to download