Search Results for

    Show / Hide Table of Contents

    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
    IDisposable

    Constructors

    View Source

    BarcodeDetectionConfiguration()

    Initializes a new instance of the BarcodeDetectionConfiguration class.

    Declaration
    public BarcodeDetectionConfiguration()
    Exceptions
    Type Condition
    NotSupportedException

    The feature is not supported.

    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
    ArgumentException

    value is not valid.

    ObjectDisposedException

    The BarcodeDetectionConfiguration already has been disposed of.

    Implements

    IDisposable

    See Also

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