OpenAIImageDescriptionCopilotOptions.ImageDetail

OpenAIImageDescriptionCopilotOptions.ImageDetail property

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”. If not set defaults to “auto”.

public string ImageDetail { get; set; }

See Also