Class ReplicatePredictionResult
Completed prediction result after polling, including the downloaded image bytes.
Inherited Members
Namespace: Glitch9.AIDevKit.Replicate
Assembly: Glitch9.AIDevKit.Provider.Replicate.dll
Syntax
public class ReplicatePredictionResult
Properties
| Edit this page View SourceImageBytes
Raw image bytes downloaded from the Replicate CDN output URL.
Declaration
public byte[] ImageBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| byte[] |
Prediction
Declaration
public ReplicatePrediction Prediction { get; set; }
Property Value
| Type | Description |
|---|---|
| ReplicatePrediction |