Data Capture Context Deserializer Result

Defined in framework ScanditDataCaptureCore

Warning

The deserialization API is not yet stable and will still change over the coming releases.

SDCDataCaptureContextDeserializerResult
@interface SDCDataCaptureContextDeserializerResult : NSObject

Added 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>> *components

Added in version 6.3.0

All components created or updated through the context deserialization.

warnings
@property (nonatomic, strong, nonnull, readonly) NSArray<NSString *> *warnings

Added in version 6.1.0

The warnings produced during deserialization, for example which properties were not used during deserialization.