On this page←API Reference Return to API Reference index←packageSwiftyNsdk SwiftyNsdk←classNsdkObjectDetectionSession NsdkObjectDetectionSession Method latestDetections latestDetectionsRetrieves the latest object detection results from the object detection session.... Declaration func latestDetections() -> NsdkAsyncState<ObjectDetectionResult, AwarenessError> Summary Retrieves the latest object detection results from the object detection session. - Returns: An NsdkAsyncState containing either the latest ObjectDetectionResult, or an AwarenessError.
Retrieves the latest object detection results from the object detection session.
- Returns: An
NsdkAsyncStatecontaining either the latestObjectDetectionResult,or an
AwarenessError.