DocumentTopic
description
DocumentTopic represents key phrases in the transcript document, additionally provides the count of occurrences.
type DocumentTopic {
name: String
count: Int
statementId: String
}
Fields
DocumentTopic.name
● String
scalar
This field gives the source text where the individual theme/topic is mentioned Eg: Organization or tax amount @exposed
DocumentTopic.count
● Int
scalar
This field gives the count of occurrences of an individual DocumentTopic Eg: 4 @exposed
DocumentTopic.statementId
● String
scalar
Index of the statement from which the associated theme was extracted. Eg: "2315" @exposed
Member of
DocumentTopicCluster
object