documentAttributes property

List<DocumentAttribute>? documentAttributes
final

An array of document attributes for the document that the query result maps to. For example, the document author (Author) or the source URI (SourceUri) of the document.

Implementation

final List<DocumentAttribute>? documentAttributes;