Class LemurUsage
- Namespace
- AssemblyAI.Lemur
- Assembly
- AssemblyAI.dll
public record LemurUsage : IEquatable<LemurUsage>
- Inheritance
-
LemurUsage
- Implements
- Inherited Members
Properties
InputTokens
The number of input tokens used by the model
[JsonPropertyName("input_tokens")]
public required int InputTokens { get; set; }
Property Value
OutputTokens
The number of output tokens generated by the model
[JsonPropertyName("output_tokens")]
public required int OutputTokens { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.