file-folder-helper/Models/Face/OutputResolution.cs
2024-10-20 18:56:57 -07:00

5 lines
176 B
C#

namespace File_Folder_Helper.Models.Face;
public record OutputResolution(int Height,
int Orientation,
int Width);