Skip to main content
API Reference SwiftyNsdk NsdkSemanticsSession

Configuration

Configuration structure for the semantics session.

Declaration

struct Configuration

Constructors

init(framerate: UInt32 = 0, mode: SemanticsMode = .unspecified)

Properties

NameTypeSummary
var framerateUInt32
The desired frame rate for semantics processing.
var modeSemanticsMode
The desired semantics mode.

Methods

NameTypeSummary
convertToCARDK_Semantics_Config
-