Class NamedLineString

java.lang.Object
com.azure.media.videoanalyzer.edge.models.NamedLineBase
com.azure.media.videoanalyzer.edge.models.NamedLineString

public final class NamedLineString extends NamedLineBase
Describes a line configuration.
  • Constructor Details

    • NamedLineString

      public NamedLineString(String name, String line)
      Creates an instance of NamedLineString class.
      Parameters:
      name - the name value to set.
      line - the line value to set.
  • Method Details

    • getLine

      public String getLine()
      Get the line property: 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.
      Returns:
      the line value.