ImageGeneratorResult

public 抽象クラス ImageGeneratorResult

ImageGenerator によって生成された画像生成結果を表します。

パブリック コンストラクタ

パブリック メソッド

抽象 省略可<MPImage>
static ImageGeneratorResult
createMPImagegeneratedImage、MPImage conditionImage、long timestampMs)
生成されたイメージから ImageGeneratorResult インスタンスを作成します。
static ImageGeneratorResult
create(MPImage generateImage, long timestampMs)
生成されたイメージから ImageGeneratorResult インスタンスを作成します。
抽象 MPImage
抽象 長い
timestampMs()
タスク結果オブジェクトに関連付けられているタイムスタンプを返します。

継承されるメソッド

パブリック コンストラクタ

public ImageGeneratorResult ()

パブリック メソッド

public 抽象 省略可<MPImage> conditionImage ()

public static ImageGeneratorResult create (MPImage generateImage, MPImage conditionImage, long timestampMs)

生成されたイメージから ImageGeneratorResult インスタンスを作成します。

パラメータ
generatedImage
conditionImage
timestampMs

public static ImageGeneratorResult create (MPImage generateImage, long timestampMs)

生成されたイメージから ImageGeneratorResult インスタンスを作成します。

パラメータ
generatedImage
timestampMs

public 抽象 MPImage generatedImage ()

public 抽象 long timestampMs ()

タスク結果オブジェクトに関連付けられているタイムスタンプを返します。