Skip to main content
API Reference SwiftyNsdk NsdkObjectDetectionSession

featureStatus

Reports the current status of the object detection feature....

Declaration

func featureStatus() -> NsdkFeatureStatus

Summary

Reports the current status of the object detection feature.
This method can be used to detect errors that have occurred within the feature’s
internal processes. Once an error is flagged, it will remain flagged until the
relevant process has been rerun and completed successfully.
Typical usage is to call this at the beginning of a session to check whether
object detection is still initializing or if a previous failure has occurred.
- Returns: An NsdkFeatureStatus value


ON THIS PAGE