'Declaration Public Overloads Function RecognizeLine( _
ByVal leftTopThe left top point of the line.As Vintasoft.Primitives.VintasoftPoint, _
ByVal rightTopThe right top point of the line.As Vintasoft.Primitives.VintasoftPoint, _
ByVal rightBottomThe right bottom point of the line.As Vintasoft.Primitives.VintasoftPoint, _
ByVal leftBottomThe left bottom point of the line.As Vintasoft.Primitives.VintasoftPoint _
) As HandwrittenDigitsRecognitionResult
public HandwrittenDigitsRecognitionResult RecognizeLine(
Vintasoft.Primitives.VintasoftPoint leftTop,
Vintasoft.Primitives.VintasoftPoint rightTop,
Vintasoft.Primitives.VintasoftPoint rightBottom,
Vintasoft.Primitives.VintasoftPoint leftBottom
)
Parameters
- leftTop
- The left top point of the line.
- rightTop
- The right top point of the line.
- rightBottom
- The right bottom point of the line.
- leftBottom
- The left bottom point of the line.
Return Value
The recognition result.