Class BarcodeDetectionConfiguration

    Definition

    Namespace:
    Tizen.Multimedia.Vision
    Assembly:
    Tizen.Multimedia.Vision.dll

    Represents a configuration of BarcodeDetector.

    public class BarcodeDetectionConfiguration : EngineConfiguration, IDisposable
    Inheritance
    object
    EngineConfiguration
    BarcodeDetectionConfiguration
    Implements
    System.IDisposable

    Constructors

    View Source

    BarcodeDetectionConfiguration()

    Initializes a new instance of the BarcodeDetectionConfiguration class.

    Declaration
    public BarcodeDetectionConfiguration()
    Exceptions
    Type Condition
    System.NotSupportedException

    The feature is not supported.

    See Also
    BarcodeDetector

    Properties

    View Source

    Target

    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

    value is not valid.

    System.ObjectDisposedException

    The BarcodeDetectionConfiguration already has been disposed of.

    See Also
    BarcodeDetector

    Implements

    System.IDisposable

    See Also

    BarcodeDetector
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX