Table of Contents

Class DurationUsage

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

Properties

Seconds

[JsonInclude]
[JsonPropertyName("seconds")]
public float Seconds { get; }

Property Value

float

Type

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

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.