Class BarcodeDetectionConfiguration

    Definition

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

    Represents a configuration of BarcodeDetector.

    public class BarcodeDetectionConfiguration : EngineConfiguration
    Inheritance
    object
    EngineConfiguration
    BarcodeDetectionConfiguration

    Constructors

    View Source

    BarcodeDetectionConfiguration()

    Initializes a new instance of the BarcodeDetectionConfiguration class.

    Declaration
    public BarcodeDetectionConfiguration()
    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
    See Also
    BarcodeDetector

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)

    See Also

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