FaceFile for D2
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
namespace View_by_Distance.Shared.Models.Properties;
|
||||
// namespace View_by_Distance.Shared.Models.Properties;
|
||||
|
||||
public interface IFaceEncoding
|
||||
{
|
||||
// public interface IFaceEncoding
|
||||
// {
|
||||
|
||||
public double[] RawEncoding { get; }
|
||||
public int Size { get; }
|
||||
// public double[] RawEncoding { get; }
|
||||
// public int Size { get; }
|
||||
|
||||
}
|
||||
// }
|
@ -1,10 +1,10 @@
|
||||
namespace View_by_Distance.Shared.Models.Properties;
|
||||
// namespace View_by_Distance.Shared.Models.Properties;
|
||||
|
||||
public interface IOutputResolution
|
||||
{
|
||||
// public interface IOutputResolution
|
||||
// {
|
||||
|
||||
public int Height { get; }
|
||||
public int Orientation { get; }
|
||||
public int Width { get; }
|
||||
// public int Height { get; }
|
||||
// public int Orientation { get; }
|
||||
// public int Width { get; }
|
||||
|
||||
}
|
||||
// }
|
Reference in New Issue
Block a user