Class ImageRef
Inheritance
object
ImageRef
Assembly: .dll
Syntax
public class ImageRef : FileRef
Properties
Detail
Specifies the detail level of the image.
low uses fewer tokens, you can opt in to high resolution using high.
Default value is auto
Declaration
public ImageDetail? Detail { get; set; }
Property Value
IsBase64
Declaration
public bool IsBase64 { get; }
Property Value
Url
Either a URL of the image or the base64 encoded image data.
Declaration
public string Url { get; set; }
Property Value