You are here: Start » AVL.NET » Function Reference » Computer Vision » Optical Character Recognition » AVL.AccessCharacterSample

AVL.AccessCharacterSample

Provides access to internal data of the CharacterSample structure.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void AccessCharacterSample
(
	AvlNet.CharacterSample inSample,
	out string outCharacter,
	AvlNet.Region outCharacterRegion
)

Parameters

Name Type Range Default Description
inSampleAvlNet.CharacterSampleThe character sample from which data will be accessed.
outCharacterstringCharacter textual representation.
outCharacterRegionAvlNet.RegionCharacter graphical representation.

See also