Results & Response — Schemas
NLPAnalysis Schema
Full schema for the nlp_analysis object. Populated only when enable_* flags are set.
Field reference
| Field | Type | Description |
|---|---|---|
| sentiment | object|null | Set when enable_sentiment_analysis=true. Contains label (string), score (float −1 to 1), explanation (string). |
| intent | object|null | Set when enable_intent_detection=true. Contains label, confidence (float), reasoning (string). |
| summary | string|null | Set when enable_summarization=true. |
| translation | string|null | Set when output_language is provided. |
| normalized_text | string|null | Set when enable_keyterm_normalization=true. Original text is unchanged. |
Note: emotion is NOT here — it appears in each segment when
enable_emotion_diarization=true.