mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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>.
|
* voice spans</a>.
|
||||||
*/
|
*/
|
||||||
@UnstableApi
|
@UnstableApi
|
||||||
public final class VoiceSpan implements LanguageFeatureSpan {
|
public final class VoiceSpan {
|
||||||
|
|
||||||
/** The speaker name. */
|
/** The speaker name. */
|
||||||
public final String speakerName;
|
public final String speakerName;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue