You are here: Start » AVL.NET » AVS.MakeCharacterSamples Method
AVS.MakeCharacterSamples Method
Creates training font samples from the provided regions.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void MakeCharacterSamples ( IList<AvlNet.Region> inCharacterRegions, string inCharacters, IList<AvlNet.CharacterSample> outCharacterSamples )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inCharacterRegions | System.Collections.Generic.IList<AvlNet.Region> | Array of character regions. | ||
![]() | inCharacters | string | Character that should be assigned to corresponding regions. | ||
![]() | outCharacterSamples | System.Collections.Generic.IList<AvlNet.CharacterSample> | Array of CharacterSamples. |


