Class BarcodeDetectionConfiguration
Represents a configuration of BarcodeDetector.
Implements
Inherited Members
Namespace: Tizen.Multimedia.Vision
Assembly: Tizen.Multimedia.Vision.dll
Syntax
public class BarcodeDetectionConfiguration : EngineConfiguration, IDisposable
Constructors
BarcodeDetectionConfiguration()
Initializes a new instance of the BarcodeDetectionConfiguration class.
Declaration
public BarcodeDetectionConfiguration()
API Version
4Exceptions
Type | Condition |
---|---|
NotSupportedException | The feature is not supported. |
Properties
Target
Gets or sets the target of the barcode detection.
Declaration
public BarcodeDetectionTarget Target { get; set; }
Property Value
Type | Description |
---|---|
BarcodeDetectionTarget |
API Version
4Exceptions
Type | Condition |
---|---|
ArgumentException |
|
ObjectDisposedException | The BarcodeDetectionConfiguration already has been disposed of. |