IntelligenceX

API Reference

Class

TreatmentOutputSpec

Namespace IntelligenceX.Treatment
Assembly IntelligenceX
Modifiers sealed

Describes an expected treatment output.

Inheritance

  • Object
  • TreatmentOutputSpec

Usage

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

Returned or exposed by

Constructors

public TreatmentOutputSpec() #

Properties

public String Id { get; set; } #

Stable output id.

public TreatmentOutputModality Modality { get; set; } #

Output modality.

public String Description { get; set; } #

Human-readable output description.

public String MediaType { get; set; } #

Target media type.

public String Path { get; set; } #

Preferred output path.

public Boolean Required { get; set; } #

Whether this output is required.