Table of Contents

Class DetectedFace

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class DetectedFace
Inheritance
DetectedFace
Inherited Members

Constructors

DetectedFace()

public DetectedFace()

Fields

BoundingBox

[Value("boundingBox")]
public required DOMRectReadOnly BoundingBox

Field Value

DOMRectReadOnly

Landmarks

[Value("landmarks")]
public required List<Landmark>? Landmarks

Field Value

List<Landmark>