DocumentKpi
description
This represents key performance indicator keyword phrases in the document.
type DocumentKpi {
name: String
statementIndex: Int
attributes: [[DocumentKpiRelationAttribute]!]!
}
Fields
DocumentKpi.name ● String scalar graph-ql-types
This field provides the source text where a KPI is mentioned @exposed
DocumentKpi.statementIndex ● Int scalar graph-ql-types
This field provides the statement position in the document where the KPI is found Eg: statementIndex: 3341 meant nth KPI starts at 3341st character @exposed
DocumentKpi.attributes ● [[DocumentKpiRelationAttribute]!]! non-null object graph-ql-types
This field gives a list of all attributes related to the extracted KPI @exposed
Member Of
DocumentKpiCluster object