C# Class Ocronet.Dynamic.OcroFST.CompositionFst

Inheritance: ReadOnlyFst
Afficher le fichier Open project: nickun/OCRonet Class Usage Examples

Méthodes publiques

Méthode Description
CheckOwnsNothing ( ) : void

Fail if this FST still owns either of the objects.

Move1 ( ) : IGenericFst

Return the 1st FST, releasing the ownership.

Move2 ( ) : IGenericFst

Return the 2nd FST, releasing the ownership.

SplitIndex ( int &result1, int &result2, int index ) : void
SplitIndices ( Intarray result1, Intarray result2, Intarray indices ) : void

Method Details

CheckOwnsNothing() public abstract méthode

Fail if this FST still owns either of the objects.
public abstract CheckOwnsNothing ( ) : void
Résultat void

Move1() public abstract méthode

Return the 1st FST, releasing the ownership.
public abstract Move1 ( ) : IGenericFst
Résultat Ocronet.Dynamic.Interfaces.IGenericFst

Move2() public abstract méthode

Return the 2nd FST, releasing the ownership.
public abstract Move2 ( ) : IGenericFst
Résultat Ocronet.Dynamic.Interfaces.IGenericFst

SplitIndex() public abstract méthode

public abstract SplitIndex ( int &result1, int &result2, int index ) : void
result1 int
result2 int
index int
Résultat void

SplitIndices() public abstract méthode

public abstract SplitIndices ( Intarray result1, Intarray result2, Intarray indices ) : void
result1 Intarray
result2 Intarray
indices Intarray
Résultat void