SlyceDetectionDescriptor Class Reference

Inherits from NSObject
Declared in SlyceDetectionDescriptor.h

  type

The type of update. See SlyceDetectionType.

@property (nonatomic, readonly) SlyceDetectionType type

Declared In

SlyceDetectionDescriptor.h

  value

Gets the value associated with this detection.

@property (nonatomic, readonly, nullable) id value

Discussion

If type is SlyceDetectionTypeBarcode, value will be a SlyceBarcode object.

Declared In

SlyceDetectionDescriptor.h