Back to FabImage Library website

You are here: Start » Function Reference » Optical Character Recognition » AccessCharacterSample

AccessCharacterSample


Header:FIL.h
Namespace:fil

Provides access to internal data of the CharacterSample structure.

Syntax

C++
C#
 
void fil::AccessCharacterSample
(
	const fil::CharacterSample& inSample,
	ftl::String& outCharacter,
	fil::Region& outCharacterRegion
)

Parameters

Name Type Default Description
inSample const CharacterSample& The character sample from which data will be accessed
outCharacter String& Character textual representation
outCharacterRegion Region& Character graphical representation