ComputerScreenshotContent(Uri, String, ImageDetail) Constructor

Definition

Initializes a new instance of ComputerScreenshotContent.

public ComputerScreenshotContent(Uri imageUrl, string fileId, Azure.AI.AgentServer.Responses.Models.ImageDetail detail);
new Azure.AI.AgentServer.Responses.Models.ComputerScreenshotContent : Uri * string * Azure.AI.AgentServer.Responses.Models.ImageDetail -> Azure.AI.AgentServer.Responses.Models.ComputerScreenshotContent
Public Sub New (imageUrl As Uri, fileId As String, detail As ImageDetail)

Parameters

imageUrl
Uri
fileId
String
detail
ImageDetail

The detail level of the screenshot image to be sent to the model. One of high, low, auto, or original. Defaults to auto.

Applies to