sourceDocument property
Optional source document identifier (filename, URL, or document ID). Set when the chunk's origin is tracked at ingestion time.
Implementation
@$pb.TagNumber(4)
$core.String get sourceDocument => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set sourceDocument($core.String value) => $_setString(3, value);