Data Capture Context Deserializer Result#
Defined in framework ScanditCaptureCore
Warning
The deserialization API is not yet stable and will still change over the coming releases.
-
SDCDataCaptureContextDeserializerResult
# @interface SDCDataCaptureContextDeserializerResult
: NSObjectAdded in version 6.1.0
The result of a data capture context deserialization.
-
context
# @property (nonatomic, strong, nonnull, readonly) SDCDataCaptureContext *context
Added in version 6.1.0
The context created or updated through the deserialization.
-
view
# @property (nonatomic, strong, nullable, readonly) SDCDataCaptureView *view
Added in version 6.1.0
The view created or updated through the context deserialization.
-
components
# @property (nonatomic, strong, nonnull, readonly) NSArray<
id
<SDCDataCaptureComponent>> *componentsAdded in version 6.3.0
All components created or updated through the context deserialization.
-