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

    Speech recognition results

    interface ISpeechRecoResult {
        endTime: Date;
        results: ISpeechRecoItem[];
        startTime: Date;
    }
    Index

    Properties

    endTime: Date

    Time speech ended

    results: ISpeechRecoItem[]

    Speech recognition hypothesis

    startTime: Date

    Time speech started