Class LemurSummaryResponse
- Namespace
- AssemblyAI.Lemur
- Assembly
- AssemblyAI.dll
public record LemurSummaryResponse : IEquatable<LemurSummaryResponse>
- Inheritance
-
LemurSummaryResponse
- Implements
- Inherited Members
Properties
RequestId
The ID of the LeMUR request
[JsonPropertyName("request_id")]
public required string RequestId { get; set; }
Property Value
Response
The response generated by LeMUR.
[JsonPropertyName("response")]
public required string Response { get; set; }
Property Value
Usage
The usage numbers for the LeMUR request
[JsonPropertyName("usage")]
public required LemurUsage Usage { 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.