Readonly
fontsフォントの読み込みステータス / Font loading status
Readonly
lyrics歌詞の発声タイミング情報 / Lyrics timing info
Readonly
lyrics歌詞の情報 / Lyrics info
Readonly
lyrics歌詞の発声タイミング推定ID / Lyrics timing estimation ID
Use LyricsInfo.id property instead
Readonly
permalinkTextAlive サービスのURL / TextAlive website url
Readonly
song楽曲情報 / Song info
Readonly
song音楽地図情報 / Song map info
Readonly
text歌詞テキスト / Lyrics text
Use LyricsBody.text property instead
指定された位置のビート情報を取得する
Find beat that overlaps with the specified timing
位置 [ms] / Position [ms]
Optional
options: FindTimedObjectOptions取得オプション / Optional parameters for finding beat
ビート情報(見つからなければ null
) / Beat info (null
if not found)
指定された時区間のビート情報の変化を取得する
Look for beat transitions in the specified time range
時区間の開始位置 [ms] / Start position [ms]
時区間の終了位置 [ms] / End position [ms]
ビート情報の変化 / Beat transitions
指定された位置のコード進行を取得する
Find chord that overlaps with the specified timing
位置 [ms] / Position [ms]
Optional
options: FindTimedObjectOptions探索オプション / Optional parameters for finding a chord
コード進行(見つからなければ null
) / Chord info (null
if not found)
指定された時区間のコード進行の変化を取得する
Look for chord progressions in the specified time range
時区間の開始位置 [ms] / Start position [ms]
時区間の終了位置 [ms] / End position [ms]
コード進行の変化 / Chord progressions
指定された位置のサビ情報を取得する
Find a chorus part that overlaps with the specified timing
位置 [ms] / Position [ms]
Optional
options: FindTimedObjectOptions取得オプション / Optional parameters for finding a chorus part
サビ情報(見つからなければ null
) / Chorus part info (null
if not found)
Use of ISongExplorer.findChorusBetween is deprecated - find a chorus part with ISongExplorer.findChorus instead.
指定された時区間のサビ情報の変化を取得する
Look for chorus part transitions in the specified time range
時区間の開始位置 [ms] / Start position [ms]
時区間の終了位置 [ms] / End position [ms]
サビ情報の変化 / Chorus part transitions
楽曲中のサビに関する情報を取得する
Get chorus parts in the current song
サビ情報(見つからなければ空の配列) / Chorus parts (empty array if not found)
楽曲中の最大声量を取得する
Get maximum vocal amplitude
true
にする必要がありますtrue
最大声量
V/A空間中の座標遷移の中央値を取得する
Get median valence arousal value throughout the song
true
にする必要がありますtrue
座標値
指定された位置のV/A空間中の座標を取得する
Get valence arousal value at the specified timing
true
にする必要がありますtrue
位置 [ms] / Position [ms]
座標値
指定された位置の声量を取得する
Get vocal amplitude at the specified timing
true
にする必要がありますtrue
位置 [ms] / Position [ms]
声量
読み込まれている音楽地図や歌詞などの情報にアクセスするためのインタフェース
This interface provides access to song map and lyrics information.