NamedPolygonString Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a closed polygon configuration.
public class NamedPolygonString : Azure.Media.VideoAnalyzer.Edge.Models.NamedPolygonBase
type NamedPolygonString = class
inherit NamedPolygonBase
Public Class NamedPolygonString
Inherits NamedPolygonBase
- Inheritance
Constructors
NamedPolygonString(String, String) |
Initializes a new instance of NamedPolygonString. |
Properties
Name |
Polygon name. Must be unique within the node. (Inherited from NamedPolygonBase) |
Polygon |
Point coordinates for the polygon. Example: '[[0.3, 0.2],[0.9, 0.8],[0.7, 0.6]]'. 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. |
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET