コード例 #1
0
ファイル: CloudOcrService.cs プロジェクト: redwards510/OCRina
 public OcrRegion(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY, OcrRegionName regionName)
 {
     TopLeftX     = topLeftX;
     TopLeftY     = topLeftY;
     BottomRightX = bottomRightX;
     BottomRightY = bottomRightY;
     RegionName   = regionName;
 }
コード例 #2
0
ファイル: CloudOcrService.cs プロジェクト: redwards510/OCRina
 public OcrRegion(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY, OcrRegionName regionName)
 {
     TopLeftX = topLeftX;
     TopLeftY = topLeftY;            
     BottomRightX = bottomRightX;
     BottomRightY = bottomRightY;
     RegionName = regionName;
 }