Class LemurBaseResponse
- Namespace
- AssemblyAI.Lemur
- Assembly
- AssemblyAI.dll
public record LemurBaseResponse : IEquatable<LemurBaseResponse>
- Inheritance
-
LemurBaseResponse
- Implements
- Inherited Members
Properties
RequestId
The ID of the LeMUR request
[JsonPropertyName("request_id")]
public required string RequestId { 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.