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