getLastSentenceScore abstract method

Future<int?> getLastSentenceScore()

Gets the score for the previous lyric.

You can call this API after RTCSingScoringManager.startSingScoring is called.

Return value:

  • <0: Failed to get the score for the previous lyric.
  • >=0: The score for the previous lyric.

Implementation

Future<int?> getLastSentenceScore();