Creates a new Semantics session.
Semantics enables pixel-level understanding of the environment by classifying
objects and surfaces in camera images. This session manages semantic segmentation
processing and provides access to semantic understanding results.
- Returns: A new Semantics session attached to this NSDK session
## Example
swift <br />let session = NsdkSession(apiKey: "your-api-key") <br />let semanticsSession = session.createSemanticsSession() <br />
Creates a new Semantics session.
Semantics enables pixel-level understanding of the environment by classifying
objects and surfaces in camera images. This session manages semantic segmentation
processing and provides access to semantic understanding results.
- Returns: A new Semantics session attached to this NSDK session
## Example
swift <br />let session = NsdkSession(apiKey: "your-api-key") <br />let semanticsSession = session.createSemanticsSession() <br />