Class

SpeechAudio

USI.AI

Public SDK type.

public sealed class SpeechAudio : IEquatable<SpeechAudio>

Constructors

SpeechAudio

public SpeechAudio(byte[] Data, SpeechAudioFormat Format, string MediaType, string Provider, string Voice)

Properties

Data

public byte[] Data { get; set; }

Format

public SpeechAudioFormat Format { get; set; }

MediaType

public string MediaType { get; set; }

Provider

public string Provider { get; set; }

Voice

public string Voice { get; set; }

Methods

<Clone>$

public SpeechAudio <Clone>$()

Deconstruct

public void Deconstruct(byte[] Data, SpeechAudioFormat Format, string MediaType, string Provider, string Voice)

Equals

public bool Equals(object obj)

Equals

public bool Equals(SpeechAudio other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()