sourceDocument property

  1. @TagNumber.new(4)
String get sourceDocument

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);
  1. @TagNumber.new(4)
set sourceDocument (String value)

Implementation

@$pb.TagNumber(4)
set sourceDocument($core.String value) => $_setString(3, value);