Table of Contents

Class ApiHelper.TokenCountResult

Namespace
OobaboogaAPIHelper
Assembly
DougWare.OobaboogaAPIHelper.dll

Represents the response from a token count request.

public class ApiHelper.TokenCountResult
Inheritance
ApiHelper.TokenCountResult
Inherited Members

Properties

tokens

Gets or sets the token count in the response.

public int tokens { get; set; }

Property Value

int