'Declaration Public Overloads Function RecognizeLine( _
ByVal leftTopЛевая верхняя точка строки.As Vintasoft.Primitives.VintasoftPoint, _
ByVal rightTopПравая верхняя точка строки.As Vintasoft.Primitives.VintasoftPoint, _
ByVal rightBottomПравая нижняя точка строки.As Vintasoft.Primitives.VintasoftPoint, _
ByVal leftBottomЛевая нижняя точка строки.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
- Левая верхняя точка строки.
- rightTop
- Правая верхняя точка строки.
- rightBottom
- Правая нижняя точка строки.
- leftBottom
- Левая нижняя точка строки.
Return Value
Результат распознавания.