interface IRecognizedRegion > IRecognizedBox { IImageRegion region(); default Rect bounds() { ret region().bounds(); } }