Class ImageResult
public sealed class ImageResult
- Inheritance
-
ImageResult
- Inherited Members
Properties
B64_Json
[JsonInclude]
[JsonPropertyName("b64_json")]
public string B64_Json { get; }
Property Value
RevisedPrompt
[JsonInclude]
[JsonPropertyName("revised_prompt")]
public string RevisedPrompt { get; }
Property Value
Url
[JsonInclude]
[JsonPropertyName("url")]
public string Url { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Operators
implicit operator string(ImageResult)
public static implicit operator string(ImageResult result)
Parameters
result
ImageResult