Class RealtimeTemporaryTokenResponse
- Namespace
- AssemblyAI.Realtime
- Assembly
- AssemblyAI.dll
public record RealtimeTemporaryTokenResponse : IEquatable<RealtimeTemporaryTokenResponse>
- Inheritance
-
RealtimeTemporaryTokenResponse
- Implements
- Inherited Members
Properties
Token
The temporary authentication token for Streaming Speech-to-Text
[JsonPropertyName("token")]
public required string Token { 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.