Class BarcodeDetectionConfiguration

Definition

Namespace:
Tizen.Multimedia.Vision
Assembly:
Tizen.Multimedia.Vision.dll
API Level:
4

Represents a configuration of BarcodeDetector.

C#
Copy
public class BarcodeDetectionConfiguration : EngineConfiguration, IDisposable
Inheritance
System.Object
BarcodeDetectionConfiguration
Implements
System.IDisposable

Constructors

View Source

BarcodeDetectionConfiguration()

Initializes a new instance of the BarcodeDetectionConfiguration class.

Declaration
C#
Copy
public BarcodeDetectionConfiguration()
Exceptions
Type Condition
System.NotSupportedException

The feature is not supported.

API Level: 4

Properties

View Source

Target

Gets or sets the target of the barcode detection.

Declaration
C#
Copy
public BarcodeDetectionTarget Target { get; set; }
Property Value
Type Description
BarcodeDetectionTarget
Exceptions
Type Condition
System.ArgumentException

value is not valid.

ObjectDisposedException

The BarcodeDetectionConfiguration already has been disposed of.

API Level: 4

Implements

System.IDisposable

See Also