Table of Contents

Class PredictionResponse

public class PredictionResponse
Inheritance
object
PredictionResponse

Properties

PredictedImageBlobs

public List<GeneratedImageBlob> PredictedImageBlobs { get; set; }

Property Value

List<GeneratedImageBlob>

Methods

ToGeneratedImageAsync(string)

public UniTask<Generated<Texture2D>> ToGeneratedImageAsync(string outputPath)

Parameters

outputPath string

Returns

UniTask<Generated<Texture2D>>

Validate<T>()

public bool Validate<T>()

Returns

bool

Type Parameters

T