Results & Response — Schemas

NLPAnalysis Schema

Full schema for the nlp_analysis object. Populated only when enable_* flags are set.


Field reference

FieldTypeDescription
sentimentobject|nullSet when enable_sentiment_analysis=true. Contains label (string), score (float −1 to 1), explanation (string).
intentobject|nullSet when enable_intent_detection=true. Contains label, confidence (float), reasoning (string).
summarystring|nullSet when enable_summarization=true.
translationstring|nullSet when output_language is provided.
normalized_textstring|nullSet when enable_keyterm_normalization=true. Original text is unchanged.
Note: emotion is NOT here — it appears in each segment when enable_emotion_diarization=true.