NamedLineString Class

Definition

Describes a line configuration.

public class NamedLineString : Azure.Media.VideoAnalyzer.Edge.Models.NamedLineBase
type NamedLineString = class
    inherit NamedLineBase
Public Class NamedLineString
Inherits NamedLineBase
Inheritance
NamedLineString

Constructors

NamedLineString(String, String)

Initializes a new instance of NamedLineString.

Properties

Line

Point coordinates for the line start and end, respectively. Example: '[[0.3, 0.2],[0.9, 0.8]]'. Each point is expressed as [LEFT, TOP] coordinate ratios ranging from 0.0 to 1.0, where [0,0] is the upper-left frame corner and [1, 1] is the bottom-right frame corner.

Name

Line name. Must be unique within the node.

(Inherited from NamedLineBase)

Applies to