Class ComputerUseScreenshotInfo
Implements
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class ComputerUseScreenshotInfo : IComputerUseResult
Properties
| Edit this page View SourceFileId
Optional. The identifier of an uploaded file that contains the screenshot.
Declaration
[JsonProperty("file_id")]
public string FileId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ImageUrl
Optional. The URL of the screenshot image.
Declaration
[JsonProperty("image_url")]
public string ImageUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Required. Specifies the event type. For a computer screenshot, this property is always set to computer_screenshot.
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |