IntelligenceX

API Reference

Enum

TreatmentOutputModality

Namespace IntelligenceX.Treatment
Assembly IntelligenceX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Output modalities supported by the generic treatment contract.

Inheritance

  • Enum
  • TreatmentOutputModality

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const TreatmentOutputModality Text #

Plain text output.

Value: 0
public const TreatmentOutputModality Markdown #

Markdown output.

Value: 1
public const TreatmentOutputModality Json #

JSON output.

Value: 2
public const TreatmentOutputModality Image #

Image or other visual output.

Value: 3
public const TreatmentOutputModality AssetManifest #

Manifest describing generated or selected assets.

Value: 4