SkyWay STT Client - v0.1.0
    Preparing search index...

    Type Alias STTResultMessage

    STTサーバーから受信するメッセージの型定義

    type STTResultMessage = {
        type: "TEXT";
        data: STTResult;
    }
    Index

    Properties

    Properties

    type: "TEXT"

    メッセージタイプ(現在は"TEXT"のみサポート)

    data: STTResult

    STT結果データ