You are here: Start » AVL.NET » OcrResult Constructor

OcrResult Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public OcrResult
(
	Avl.Rectangle2D box_,
	string value_,
	float score_,
	float contrast_,
	float quality_
)

Parameters

Name Type Range Default Description
box_Avl.Rectangle2D
value_string
score_float
contrast_float
quality_float

See also