ComputerScreenshotImage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A computer screenshot image used with the computer use tool.
public class ComputerScreenshotImage : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ComputerScreenshotImage>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ComputerScreenshotImage>
type ComputerScreenshotImage = class
interface IJsonModel<ComputerScreenshotImage>
interface IPersistableModel<ComputerScreenshotImage>
Public Class ComputerScreenshotImage
Implements IJsonModel(Of ComputerScreenshotImage), IPersistableModel(Of ComputerScreenshotImage)
- Inheritance
-
ComputerScreenshotImage
- Implements
Constructors
| Name | Description |
|---|---|
| ComputerScreenshotImage() |
Initializes a new instance of ComputerScreenshotImage. |
Properties
| Name | Description |
|---|---|
| FileId |
The identifier of an uploaded file that contains the screenshot. |
| ImageUrl |
The URL of the screenshot image. |
| Type |
Specifies the event type. For a computer screenshot, this property is
always set to |