speakerId property
Always empty today: no backend fills this. Kept live -- read by all five SDK facades as public API -- pending real diarization wiring.
Implementation
@$pb.TagNumber(5)
$core.String get speakerId => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set speakerId($core.String value) => $_setString(4, value);