metadata property

  1. @TagNumber.new(5)
PbMap<String, String> get metadata

Free-form metadata associated with the chunk (e.g. page number, section, ingestion timestamp).

Implementation

@$pb.TagNumber(5)
$pb.PbMap<$core.String, $core.String> get metadata => $_getMap(4);