AISummaryReference
A reference to a data source that was used for generating one or more AISummaryItems.
type AISummaryReference {
  id: ID!
  document: Document
  statementIds: [Int!]
  pages: [Int!]
  statementText: String
  citationLabel: String
  citationUrl: String
  titleLong: String
  statementId: String
  page: Int
  company: Company
}
Fields
AISummaryReference.id ● ID! non-null scalar
An identifier of the reference.
Could assist in identifying whether multiple AISummaryItems were generated with the help of the same data source. @exposed
AISummaryReference.document ● Document object
The document that was used as a data source. @exposed
AISummaryReference.statementIds ● [Int!] list scalar
A list of statement ids for paragraph level highlighting within a document. @exposed
AISummaryReference.pages ● [Int!] list scalar
A list of page numbers for paragraph level highlighting within a document. @exposed
AISummaryReference.statementText ● String scalar
Snippet text which is used in summary generation.
AISummaryReference.citationLabel ● String scalar
Label for the citation to be used in the UI (e.g. "1", "2", ...).
AISummaryReference.citationUrl ● String scalar
URL for the citation to be used in the UI.
AISummaryReference.titleLong ● String scalar
A long title for the reference. @exposed
AISummaryReference.statementId ● String scalar
A unique identifier for a statement within a document. @exposed
AISummaryReference.page ● Int scalar
Page number of the document in which the statement is present. @exposed
AISummaryReference.company ● Company object
Company associated with the document used for summary generation.
Member of
AISummaryItem  object