gpt4 book ai didi

ios - 我如何在 zendrive iOS 中测试事故检测

转载 作者:可可西里 更新时间:2023-11-01 05:52:15 26 4
gpt4 key购买 nike

我正在整合 zendrive在我的 iOS 应用程序中进行事故检测。我已经通过了他们的 getting started页面并将 SDK 集成到我的应用程序中以进行事故检测。我也参观了他们的accident detection部分并按照说明进行操作。

我的问题是:集成此 SDK 后,我将如何测试此功能?我的意思是如何在我的代码上模拟事故并测试 SDK。

有什么帮助吗?

最佳答案

在他们更新的 SDK 版本 (3.3.3) 中,他们似乎添加了一种模拟模拟事故的新方法。

所以根据他们的文档

After setting up the SDK in accident detection mode, you can test your integration using ZendriveTest class. Refer to raiseMockAccident for documentation.

#import <Zendrive/ZendriveTest.h>

...
// Ensure SDK is setup in ZendriveAccidentDetectionModeEnabled using
// [Zendrive setupWithConfiguration:delegate:completionHandler:]

// Raise a mock accident. You can also test your implementations for different confidence levels.


[ZendriveTest raiseMockAccident:ZendriveAccidentConfidenceHigh];

// On calling above method you will receive processAccidentDetected: callback on your delegate after 5 seconds.
// If you do not receive a callback, look at the logs to figure out possible integration issues.

关于ios - 我如何在 zendrive iOS 中测试事故检测,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30300071/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com