Class

AzureSpeechOptions

USI.AI

Public SDK type.

public sealed class AzureSpeechOptions : IEquatable<AzureSpeechOptions>

Constructors

AzureSpeechOptions

public AzureSpeechOptions(string SubscriptionKey, string Region, string Voice = "en-US-AvaMultilingualNeural")

Properties

Region

public string Region { get; set; }

SubscriptionKey

public string SubscriptionKey { get; set; }

Voice

public string Voice { get; set; }

Methods

<Clone>$

public AzureSpeechOptions <Clone>$()

Deconstruct

public void Deconstruct(string SubscriptionKey, string Region, string Voice)

Equals

public bool Equals(object obj)

Equals

public bool Equals(AzureSpeechOptions other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()