Class RequestExtensions
Inheritance
object
RequestExtensions
Assembly: .dll
Syntax
public static class RequestExtensions
Methods
ExecuteAsync(GenerateContentRequest)
Declaration
public static UniTask<GenerateContentResponse> ExecuteAsync(this GenerateContentRequest request)
Parameters
Returns
GenerateImageAsync(PredictionRequest)
Declaration
public static UniTask<PredictionResponse> GenerateImageAsync(this PredictionRequest request)
Parameters
Returns
GenerateVideoAsync(PredictionRequest)
Declaration
public static UniTask<GeneratedVideo> GenerateVideoAsync(this PredictionRequest request)
Parameters
Returns
StreamAsync(GenerateContentRequest)
Declaration
public static UniTask StreamAsync(this GenerateContentRequest request)
Parameters
Returns