Class ImageFile

ImageFile class

Represents an image File in the content of a message.

public class ImageFile

Constructors

NameDescription
ImageFile()The default constructor.

Properties

NameDescription
Detail { get; set; }Gets or sets the detail level of the image if specified by the user. low uses fewer tokens, you can opt in to high resolution using high.
FileId { get; set; }Gets or sets the File ID of the image in the message content. Set purpose=“vision” when uploading the File if you need to later display the file content.

See Also