processingTimeMs property

double processingTimeMs
final

The time taken to process the image in milliseconds.

This includes model inference time and post-processing, but excludes image preprocessing and annotation rendering.

Implementation

final double processingTimeMs;