API Reference
Class
TreatmentAsset
Describes an output asset produced by a treatment run.
Inheritance
- Object
- TreatmentAsset
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
- Property TreatmentResult.Assets
Accepted by parameters
- Constructor TreatmentResult.TreatmentResult
Constructors
public TreatmentAsset(String id, TreatmentOutputModality modality, String purpose, String path, Uri uri, String mediaType, String altText, String caption, String credit, String model, String prompt, String revisedPrompt, IReadOnlyList<String> sourceInputIds, Object raw = null) #Initializes a new treatment asset.
Parameters
- id System.String
- modality IntelligenceX.Treatment.TreatmentOutputModality
- purpose System.String
- path System.String
- uri System.Uri
- mediaType System.String
- altText System.String
- caption System.String
- credit System.String
- model System.String
- prompt System.String
- revisedPrompt System.String
- sourceInputIds System.Collections.Generic.IReadOnlyList{System.String}
- raw System.Object = null