Powered by DocFX

Search Results for

    Struct PartialResult

    Partial speech recognition result which may change as recognizer process more data.

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

    Fields

    partial

    Recognized text.

    Declaration
    public string partial
    Field Value
    Type Description
    System.String

    result

    Detailed description of the recognition result.

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