Skip to main content
API Reference SwiftyNsdk NsdkSemanticsSession

start

Starts the Semantics system....

Declaration

func start()

Summary

Starts the Semantics system.
After starting, Semantics will begin processing incoming frame data for semantic segmentation.
The system must be configured before starting.
## Example
swift <br />semanticsSession.configure(with: config) <br />semanticsSession.start() <br />


ON THIS PAGE