Search Results for

    Show / Hide Table of Contents

    Struct SherpaOnnxNativeTranscriptionInput

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit.SherpaOnnx
    Assembly: Glitch9.AIDevKit.Provider.SherpaOnnx.dll
    Syntax
    public readonly struct SherpaOnnxNativeTranscriptionInput

    Constructors

    | Edit this page View Source

    SherpaOnnxNativeTranscriptionInput(string, string, string, string, SherpaOnnxSttMode, int, int, float[], int, string)

    Declaration
    public SherpaOnnxNativeTranscriptionInput(string tokensPath, string encoderPath, string decoderPath, string joinerPath, SherpaOnnxSttMode mode, int modelSampleRate, int numThreads, float[] samples, int inputSampleRate, string language)
    Parameters
    Type Name Description
    string tokensPath
    string encoderPath
    string decoderPath
    string joinerPath
    SherpaOnnxSttMode mode
    int modelSampleRate
    int numThreads
    float[] samples
    int inputSampleRate
    string language

    Fields

    | Edit this page View Source

    DecoderPath

    Declaration
    public readonly string DecoderPath
    Field Value
    Type Description
    string
    | Edit this page View Source

    EncoderPath

    Declaration
    public readonly string EncoderPath
    Field Value
    Type Description
    string
    | Edit this page View Source

    InputSampleRate

    Declaration
    public readonly int InputSampleRate
    Field Value
    Type Description
    int
    | Edit this page View Source

    JoinerPath

    Declaration
    public readonly string JoinerPath
    Field Value
    Type Description
    string
    | Edit this page View Source

    Language

    Declaration
    public readonly string Language
    Field Value
    Type Description
    string
    | Edit this page View Source

    Mode

    Declaration
    public readonly SherpaOnnxSttMode Mode
    Field Value
    Type Description
    SherpaOnnxSttMode
    | Edit this page View Source

    ModelSampleRate

    Declaration
    public readonly int ModelSampleRate
    Field Value
    Type Description
    int
    | Edit this page View Source

    NumThreads

    Declaration
    public readonly int NumThreads
    Field Value
    Type Description
    int
    | Edit this page View Source

    Samples

    Declaration
    public readonly float[] Samples
    Field Value
    Type Description
    float[]
    | Edit this page View Source

    TokensPath

    Declaration
    public readonly string TokensPath
    Field Value
    Type Description
    string

    Extension Methods

    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.GetHashCodeOrDefault<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation