Powered by DocFX

Search Results for

    Struct Result

    Speech recognition result.

    Namespace: Recognissimo.Components
    Assembly: Recognissimo.dll
    Syntax
    [Serializable]
    public struct Result

    Fields

    alternatives

    List of alternative results.

    Declaration
    public List<Alternative> alternatives
    Field Value
    Type Description
    System.Collections.Generic.List<Alternative>

    result

    Detailed description of the recognition result.

    Declaration
    public List<Word> result
    Field Value
    Type Description
    System.Collections.Generic.List<Word>

    text

    Recognized text.

    Declaration
    public string text
    Field Value
    Type Description
    System.String