Class Barcode

    Definition

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

    Represents a detected barcode.

    public class Barcode
    Inheritance
    object
    Barcode

    Constructors

    View Source

    Barcode(Quadrangle, string, BarcodeType)

    Initializes a new instance of the Barcode class.

    Declaration
    public Barcode(Quadrangle region, string message, BarcodeType type)
    Parameters
    Type Name Description
    Quadrangle region
    string message
    BarcodeType type

    Properties

    View Source

    Message

    The decoded message of the barcode.

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    string
    View Source

    Region

    The quadrangle location of the detected barcode.

    Declaration
    public Quadrangle Region { get; }
    Property Value
    Type Description
    Quadrangle
    View Source

    Type

    The type of the detected barcode.

    Declaration
    public BarcodeType Type { get; }
    Property Value
    Type Description
    BarcodeType

    Methods

    View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX