mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Remove language span marker interface
This commit is contained in:
parent
d6f08a6237
commit
108a5ca2f5
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ import java.util.Set;
|
|||
* voice spans</a>.
|
||||
*/
|
||||
@UnstableApi
|
||||
public final class VoiceSpan implements LanguageFeatureSpan {
|
||||
public final class VoiceSpan {
|
||||
|
||||
/** The speaker name. */
|
||||
public final String speakerName;
|
||||
|
|
|
|||
Loading…
Reference in a new issue