Removed Methods Namespace
This commit is contained in:
@ -42,7 +42,7 @@ public class Location(int bottom, double confidence, int left, int right, int to
|
||||
public static Location Get(int bottom, double confidence, int height, int left, int right, int top, int width, int zCount)
|
||||
{
|
||||
Location result = new(bottom, confidence, left, right, top);
|
||||
_ = Stateless.Methods.Location.Check(bottom, height, left, right, top, width, zCount, throwException: true);
|
||||
_ = Stateless.Location.Check(bottom, height, left, right, top, width, zCount, throwException: true);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user