Class PredictionResponse
public class PredictionResponse
- Inheritance
-
objectPredictionResponse
Properties
PredictedImageBlobs
public List<GeneratedImageBlob> PredictedImageBlobs { get; set; }
Property Value
- List<GeneratedImageBlob>
Methods
ToGeneratedImageAsync(string)
public UniTask<Generated<Texture2D>> ToGeneratedImageAsync(string outputPath)
Parameters
outputPathstring
Returns
- UniTask<Generated<Texture2D>>
Validate<T>()
public bool Validate<T>()
Returns
- bool
Type Parameters
T