Sketch-thru-Plan Speech Connector
    Preparing search index...

    Recognition hypotheses

    interface ISpeechRecoItem {
        confidence: number;
        text: string;
    }
    Index

    Properties

    Properties

    confidence: number

    Likelihood/confidence of the interpretation

    text: string

    Transcribed speech text