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 graph-ql-types
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 graph-ql-types
The document that was used as a data source. @exposed
AISummaryReference.statementIds ● [Int!] list scalar graph-ql-types
A list of statement ids for paragraph level highlighting within a document. @exposed
AISummaryReference.pages ● [Int!] list scalar graph-ql-types
A list of page numbers for paragraph level highlighting within a document. @exposed
AISummaryReference.statementText ● String scalar graph-ql-types
Snippet text which is used in summary generation.
AISummaryReference.citationLabel ● String scalar graph-ql-types
Label for the citation to be used in the UI (e.g. "1", "2", ...).
AISummaryReference.citationUrl ● String scalar graph-ql-types
URL for the citation to be used in the UI.
AISummaryReference.titleLong ● String scalar graph-ql-types
A long title for the reference. @exposed
AISummaryReference.statementId ● String scalar graph-ql-types
A unique identifier for a statement within a document. @exposed
AISummaryReference.page ● Int scalar graph-ql-types
Page number of the document in which the statement is present. @exposed
AISummaryReference.company ● Company object graph-ql-types
Company associated with the document used for summary generation.
Member Of
AISummaryItem object