Skip to main content
Version: Beta

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

This field provides the source text where a KPI is mentioned @exposed

DocumentKpi.statementIndex ● Int scalar

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

This field gives a list of all attributes related to the extracted KPI @exposed

Member of

DocumentKpiCluster object