KeenASR React Native Plugin (v2.2)
    Preparing search index...

    Enumeration AlignOp

    Edit operation produced by alignment between recognized and reference token sequences. One of these is associated with every step in the alignment trace produced by TextAligner.

    Values match the native SDK enum (KIOSAlignOp / KASRAlignOp) exactly.

    Index

    Enumeration Members

    Enumeration Members

    Match: 0

    Recognized token equals reference token.

    Substitution: 1

    Recognized token paired with a different reference token.

    Insertion: 2

    Recognized token has no reference counterpart (extra word).

    Deletion: 3

    Reference token has no recognized counterpart (skipped word).