Search Results for

    Show / Hide Table of Contents

    Class SpeechService

    Inheritance
    object
    SpeechService
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Microsoft.Azure.Speech
    Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
    Syntax
    public class SpeechService

    Constructors

    | Edit this page View Source

    SpeechService(MicrosoftAzureClient)

    Declaration
    public SpeechService(MicrosoftAzureClient client)
    Parameters
    Type Name Description
    MicrosoftAzureClient client

    Properties

    | Edit this page View Source

    CustomVoices

    Declaration
    public CustomVoiceService CustomVoices { get; }
    Property Value
    Type Description
    CustomVoiceService
    | Edit this page View Source

    FastTranscription

    Declaration
    public FastTranscriptionService FastTranscription { get; }
    Property Value
    Type Description
    FastTranscriptionService
    | Edit this page View Source

    SpeechToText

    Declaration
    public SpeechToTextService SpeechToText { get; }
    Property Value
    Type Description
    SpeechToTextService
    | Edit this page View Source

    TextToSpeech

    Declaration
    public TextToSpeechService TextToSpeech { get; }
    Property Value
    Type Description
    TextToSpeechService

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation