processingTimeMs property
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;
The time taken to process the image in milliseconds.
This includes model inference time and post-processing, but excludes image preprocessing and annotation rendering.
final double processingTimeMs;