Show / Hide Table of Contents

    Class BarcodeDetectionConfiguration

    Represents a configuration of BarcodeDetector.

    Inheritance
    Object
    EngineConfiguration
    BarcodeDetectionConfiguration
    Implements
    IDisposable
    Inherited Members
    EngineConfiguration.Dispose()
    EngineConfiguration.Dispose(Boolean)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Tizen.Multimedia.Vision
    Assembly: Tizen.Multimedia.Vision.dll
    Syntax
    public class BarcodeDetectionConfiguration : EngineConfiguration, IDisposable

    Constructors

    BarcodeDetectionConfiguration()

    Initializes a new instance of the BarcodeDetectionConfiguration class.

    Declaration
    public BarcodeDetectionConfiguration()
    API Version
    4
    Exceptions
    Type Condition
    NotSupportedException

    The feature is not supported.

    Properties

    Target

    Gets or sets the target of the barcode detection.

    Declaration
    public BarcodeDetectionTarget Target { get; set; }
    Property Value
    Type Description
    BarcodeDetectionTarget
    API Version
    4
    Exceptions
    Type Condition
    ArgumentException

    value is not valid.

    ObjectDisposedException

    The BarcodeDetectionConfiguration already has been disposed of.

    Implements

    System.IDisposable

    See Also

    BarcodeDetector
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX