Class BarcodeDetectionConfiguration
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Represents a configuration of Barcode
public class BarcodeDetectionConfiguration : EngineConfiguration, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Constructors
View SourceBarcodeDetectionConfiguration()
Initializes a new instance of the Barcode
Declaration
public BarcodeDetectionConfiguration()
Exceptions
Type | Condition |
---|---|
System. |
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 |
---|---|
Barcode |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
The Barcode |
See Also
Implements
System.IDisposable