![]() |
KeenASR Unity Plugin v2.2
Unity plugin for KeenASR offline speech recognition SDK (iOS & Android)
|
A single step in the alignment trace, representing one edit operation. More...
Public Attributes | |
| int | op |
| The edit operation type. | |
| int | refIndex |
| Index into reference tokens (-1 for insertion). | |
| int | recIndex |
| Index into recognized tokens (-1 for deletion). | |
| string | refToken |
| Reference token at this position (empty for insertion). | |
| string | recToken |
| Recognized token at this position (empty for deletion). | |
Properties | |
| AlignOp | operation [get] |
| The edit operation type as enum. | |
A single step in the alignment trace, representing one edit operation.
| int KeenResearch.AlignmentItem.op |
The edit operation type.
| int KeenResearch.AlignmentItem.recIndex |
Index into recognized tokens (-1 for deletion).
| string KeenResearch.AlignmentItem.recToken |
Recognized token at this position (empty for deletion).
| int KeenResearch.AlignmentItem.refIndex |
Index into reference tokens (-1 for insertion).
| string KeenResearch.AlignmentItem.refToken |
Reference token at this position (empty for insertion).
|
get |
The edit operation type as enum.