AppSettings and Configuration changes,
major changes to E_Distance and minor for D_Face
This commit is contained in:
@ -3,9 +3,10 @@ namespace View_by_Distance.Shared.Models.Properties;
|
||||
public interface ILocation
|
||||
{
|
||||
|
||||
public double Confidence { get; }
|
||||
public int Bottom { get; }
|
||||
public double Confidence { get; }
|
||||
public int Left { get; }
|
||||
public int? NormalizedPixelPercentage { get; }
|
||||
public int Right { get; }
|
||||
public int Top { get; }
|
||||
|
||||
|
Reference in New Issue
Block a user