AISummaryReference
A reference to a data source that was used for generating one or more AISummaryItems.
type AISummaryReference {
id: ID!
titleLong: String
document: Document
statementId: String
statementIds: [Int!]
page: Int
pages: [Int!]
statementText: String
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.titleLong
● String
scalar
A long title for the reference. @exposed
AISummaryReference.document
● Document
object
The document that was used as a data source. @exposed
AISummaryReference.statementId
● String
scalar
A unique identifier for a statement within a document. @exposed
AISummaryReference.statementIds
● [Int!]
list scalar
A list of statement ids for paragraph level highlighting within a document. @exposed
AISummaryReference.page
● Int
scalar
Page number of the document in which the statement is present. @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.company
● Company
object
Company associated with the document used for summary generation.
Member of
AISummaryItem
object