Class BarcodeDetectionConfiguration
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Represents a configuration of BarcodeDetector.
public class BarcodeDetectionConfiguration : EngineConfiguration, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
View SourceBarcodeDetectionConfiguration()
Initializes a new instance of the BarcodeDetectionConfiguration class.
Declaration
public BarcodeDetectionConfiguration()
Exceptions
| Type | Condition |
|---|---|
| System.NotSupportedException | The feature is not supported. |
See Also
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 |
|---|---|
| System.ArgumentException |
|
| System.ObjectDisposedException | The BarcodeDetectionConfiguration already has been disposed of. |
See Also
Implements
System.IDisposable