text property
Source text that produced this vector. Optional — preserved for multi-input batches where the caller wants to correlate without tracking ordering separately.
Implementation
@$pb.TagNumber(3)
$core.String get text => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set text($core.String value) => $_setString(2, value);