FaceSense Face Detection & Analisis API

FREEMIUM
By MorfranTechnology | Updated एक महीने पहले | Artificial Intelligence/Machine Learning
Popularity

7.7 / 10

Latency

2,504ms

Service Level

100%

Health Check

100%

README

Response Example C# Classes

public class AgeRange
{
public int High { get; set; }
public int Low { get; set; }
}

public class Beard
{
public double Confidence { get; set; }
public bool Value { get; set; }
}

public class BoundingBox
{
public double Height { get; set; }
public double Left { get; set; }
public double Top { get; set; }
public double Width { get; set; }
}

public class Emotion
{
public double Confidence { get; set; }
public EmotionType Type { get; set; }
}

public class EmotionType
{
public string Value { get; set; }
}

public class EyeDirection
{
public double Confidence { get; set; }
public double Pitch { get; set; }
public double Yaw { get; set; }
}

public class Eyeglasses
{
public double Confidence { get; set; }
public bool Value { get; set; }
}

public class EyesOpen
{
public double Confidence { get; set; }
public bool Value { get; set; }
}
public class FaceOccluded
{
public double Confidence { get; set; }
public bool Value { get; set; }
}
public class FaceDetails
{
public AgeRange AgeRange { get; set; }
public Beard Beard { get; set; }
public BoundingBox BoundingBox { get; set; }
public double Confidence { get; set; }
public List<Emotion> Emotions { get; set; }
public EyeDirection EyeDirection { get; set; }
public Eyeglasses Eyeglasses { get; set; }
public EyesOpen EyesOpen { get; set; }
public FaceOccluded FaceOccluded { get; set; }
public Gender Gender { get; set; }
public List<Landmark> Landmarks { get; set; }
public MouthOpen MouthOpen { get; set; }
public Mustache Mustache { get; set; }
public Pose Pose { get; set; }
public Quality Quality { get; set; }
public Smile Smile { get; set; }
public Sunglasses Sunglasses { get; set; }
}

public class Gender
{
public double Confidence { get; set; }
public GenderType Value { get; set; }
}

public class GenderType
{
public string Value { get; set; }
}

public class Landmark
{
public LandmarkType Type { get; set; }
public double X { get; set; }
public double Y { get; set; }
}

public class LandmarkType
{
public string Value { get; set; }
}

public class MouthOpen
{
public double Confidence { get; set; }
public bool Value { get; set; }
}

public class Mustache
{
public double Confidence { get; set; }
public bool Value { get; set; }
}

public class Pose
{
public double Pitch { get; set; }
public double Roll { get; set; }
public double Yaw { get; set; }
}

public class Quality
{
public double Brightness { get; set; }
public double Sharpness { get; set; }
}

public class Smile
{
public double Confidence { get; set; }
public bool Value { get; set; }
}

public class Sunglasses
{
public double Confidence { get; set; }
public bool Value { get; set; }
}

public class FaceRecognitionResponse
{
public List<FaceDetails> FaceDetails { get; set; }
}

Followers: 1
Resources:
Product Website Terms of use
API Creator:
Rapid account: Morfran Technology
MorfranTechnology
MorfranTechnology
Log In to Rate API
Rating: 5 - Votes: 1