secondDetectModelPath property
Second detection model. When non-null, runs in parallel with the primary
detect + classify models; pass null to run only detect + classify. Results arrive
via onStreamingData with data["type"] == "detect" and data["modelId"] == "detect2".
Implementation
final String? secondDetectModelPath;