Table of Contents

Class FaceInfo

Namespace
VisioForge.Core.FaceAI
Assembly
VisioForge.Core.FaceAI.dll
[Serializable]
public class FaceInfo

Inheritance

Inherited Members

Constructors

FaceInfo(Location, FaceEncoding, Size, double)

public FaceInfo(Location location, FaceEncoding encoding, Size size, double resizeRatio)

Parameters

location Location
encoding FaceEncoding
size Size
resizeRatio double

Properties

Encoding

public FaceEncoding Encoding { get; }

Property Value

FaceEncoding

Location

public Location Location { get; }

Property Value

Location

ResizeRatio

public double ResizeRatio { get; set; }

Property Value

double

Size

public Size Size { get; set; }

Property Value

Size