Search Results for

    Show / Hide Table of Contents

    Class TranscriptionService

    Inheritance
    object
    CrudServiceBase<MistralClient>
    TranscriptionService
    Implements
    ICrudService
    Inherited Members
    CrudServiceBase<MistralClient>.client
    CrudServiceBase<MistralClient>.ApiKey
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Mistral
    Assembly: Glitch9.AIDevKit.Provider.Mistral.dll
    Syntax
    public sealed class TranscriptionService : CrudServiceBase<MistralClient>, ICrudService

    Constructors

    | Edit this page View Source

    TranscriptionService(MistralClient)

    Declaration
    public TranscriptionService(MistralClient client)
    Parameters
    Type Name Description
    MistralClient client

    Methods

    | Edit this page View Source

    CreateAsync(MistralTranscriptionRequest, RequestOptions)

    Declaration
    public UniTask<VerboseTranscript> CreateAsync(MistralTranscriptionRequest request, RequestOptions options = null)
    Parameters
    Type Name Description
    MistralTranscriptionRequest request
    RequestOptions options
    Returns
    Type Description
    UniTask<VerboseTranscript>
    | Edit this page View Source

    StreamAsync(MistralTranscriptionRequest, RequestOptions)

    Declaration
    public IGenerativeStream<TranscriptDelta, Transcript> StreamAsync(MistralTranscriptionRequest request, RequestOptions options = null)
    Parameters
    Type Name Description
    MistralTranscriptionRequest request
    RequestOptions options
    Returns
    Type Description
    IGenerativeStream<TranscriptDelta, Transcript>

    Implements

    ICrudService

    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