Mass push
This commit is contained in:
12
Shared/Models/Properties/IRelativeLocation.cs
Normal file
12
Shared/Models/Properties/IRelativeLocation.cs
Normal file
@ -0,0 +1,12 @@
|
||||
namespace View_by_Distance.Shared.Models.Properties;
|
||||
|
||||
public interface IRelativeLocation
|
||||
{
|
||||
|
||||
public double Confidence { init; get; }
|
||||
public string Height { init; get; }
|
||||
public string Left { init; get; }
|
||||
public string Top { init; get; }
|
||||
public string Width { init; get; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user