Table of Contents

Class ComputerScreenShot

Namespace
OpenAI.Responses
Assembly
OpenAI-DotNet.dll
public sealed class ComputerScreenShot
Inheritance
ComputerScreenShot
Inherited Members

Properties

FileId

The identifier of an uploaded file that contains the screenshot.

[JsonInclude]
[JsonPropertyName("file_id")]
public string FileId { get; }

Property Value

string

ImageUrl

The URL of the screenshot image.

[JsonInclude]
[JsonPropertyName("image_url")]
public string ImageUrl { get; }

Property Value

string

Type

Specifies the event type. For a computer screenshot, this property is always set to computer_screenshot.

[JsonInclude]
[JsonPropertyName("type")]
public string Type { get; }

Property Value

string