transcript property
Transcript text representing the words that the user spoke.
Implementation
@$pb.TagNumber(1)
$core.String get transcript => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set transcript($core.String v) {
$_setString(0, v);
}
Transcript text representing the words that the user spoke.
@$pb.TagNumber(1)
$core.String get transcript => $_getSZ(0);
@$pb.TagNumber(1)
set transcript($core.String v) {
$_setString(0, v);
}