NameDescriptionTypeAdditional information
VariableKey

The key of the variable that contains the comment that produced this finding.

integer

Required

RespondentKey

The unique identifier for this respondent.
This key is generated, not part of the data loaded into the Inspection.

integer

Required

RespondentId

The text of the respondent ID.
The RespondentKey is preferred for determining whether any two findings are from the same respondent.

string

Required

StringKey

The string Key of the verbatim.

integer

Required

TopicGroup

The group to which the topic is mapped, or null if the topic is not mapped to a group.

string

Required

ExpressionGroup

The group to which the expression is mapped, or null if the expression is not mapped to a group.

string

Required

NoTopic

If true, no topic (subject) of the finding was found by the text analytics engine.
In this case the Topic property contains a generic description of the finding, e.g. /PositiveSentiment/

boolean

None.

NoExpression

If true, no expression for the finding was found by the text analytics engine.
In this case the Expression property contains a generic description of the finding, e.g. /No Expression/

boolean

None.

Comment

The analyzed text. This may be the original verbatim or the translation of the original verbatim.

string

Required

Topic

The topic of the finding.

FindingText

Required

Expression

The expression of sentiment, if a sentiment finding.
Modifiers of the topic, if a topic finding.

FindingText

Required

Extract

The portion of the Comment that yielded this finding.

FindingText

Required

Sentiment

The sentiment score, an integer value in the range [-2, 2].
This value is returned for sentiment findings only.

integer

None.