SpeechTranscriptionOptions
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllSpeech-to-text conversion settings.
public sealed record SpeechTranscriptionOptions : IEquatable<SpeechTranscriptionOptions>Inheritance
Section titled “Inheritance”object ← SpeechTranscriptionOptions
Implements
Section titled “Implements”IEquatable<SpeechTranscriptionOptions>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”SpeechTranscriptionOptions()
Section titled “ SpeechTranscriptionOptions()”public SpeechTranscriptionOptions()Properties
Section titled “Properties”LanguageCode
Section titled “ LanguageCode”The expected language’s ISO 639-1 code. The provider detects it if empty.
public string? LanguageCode { get; init; }Property Value
Section titled “Property Value”ModelId
Section titled “ ModelId”The model to use. VoiceOptions.TranscriptionModelId if empty.
public string? ModelId { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(SpeechTranscriptionOptions?)
Section titled “ Equals(SpeechTranscriptionOptions?)”public bool Equals(SpeechTranscriptionOptions? other)Parameters
Section titled “Parameters”other SpeechTranscriptionOptions?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(SpeechTranscriptionOptions?, SpeechTranscriptionOptions?)
Section titled “ operator ==(SpeechTranscriptionOptions?, SpeechTranscriptionOptions?)”public static bool operator ==(SpeechTranscriptionOptions? left, SpeechTranscriptionOptions? right)Parameters
Section titled “Parameters”left SpeechTranscriptionOptions?
right SpeechTranscriptionOptions?
Returns
Section titled “Returns”operator !=(SpeechTranscriptionOptions?, SpeechTranscriptionOptions?)
Section titled “ operator !=(SpeechTranscriptionOptions?, SpeechTranscriptionOptions?)”public static bool operator !=(SpeechTranscriptionOptions? left, SpeechTranscriptionOptions? right)Parameters
Section titled “Parameters”left SpeechTranscriptionOptions?
right SpeechTranscriptionOptions?