型・APIリファレンス
    Preparing search index...

    Interface FullTextSearchResponse

    全文検索APIのレスポンス

    interface FullTextSearchResponse {
        error?: string;
        result: FullTextSearchResult[];
    }
    Index

    Properties

    Properties

    error?: string

    エラーメッセージ

    全文検索結果