Class Track.Artist
ru.yandex.speechkit
public class Track.Artist
Performer recognition result.
Methods
Method Detail
Artist
public Artist (@NonNull String id, @NonNull String name)
Creates an object of the Artist class.
Parameters:
id | Performer ID. |
name | Performer name. |
id | Performer ID. |
name | Performer name. |
getId
public String getId ()
Returns the performer ID.
Returns:
Performer ID.
getName
public String getName ()
Returns the performer's name.
Returns:
Performer name.
toString
public String toString ()