Interface LyricsInfo

歌詞発声タイミングの推定結果

Results of lyrics timing estimation

interface LyricsInfo {
    diff: {
        id: number;
    };
    failed?: boolean;
    id: number;
    processing?: boolean;
    url: string;
}

Hierarchy (view full)

Properties

diff: {
    id: number;
}

歌詞発声タイミングの訂正情報

Lyrics diff info

Type declaration

  • id: number
failed?: boolean

Songle での推定が失敗したか否か

Songle analysis failure status

id: number

歌詞発声タイミングのID

processing?: boolean

Songle で推定中か否か

Songle analysis processing status

url: string

歌詞URL

Lyrics url