@UnstableApi
class VoiceSpan


A span representing the speaker of the spanned text.

For example a WebVTT voice span.

Summary

Public constructors

VoiceSpan(name: String!)

Public functions

java-static VoiceSpan!
fromBundle(bundle: Bundle!)
Bundle!

Public properties

String!

The voice name.

Public constructors

VoiceSpan

VoiceSpan(name: String!)

Public functions

fromBundle

java-static fun fromBundle(bundle: Bundle!): VoiceSpan!

toBundle

fun toBundle(): Bundle!

Public properties

name

val nameString!

The voice name.