Struct SherpaOnnxResolvedSttModelFiles
Assembly: Glitch9.AIDevKit.Provider.SherpaOnnx.dll
Syntax
public readonly struct SherpaOnnxResolvedSttModelFiles
Constructors
|
Edit this page
View Source
SherpaOnnxResolvedSttModelFiles(string, string, string, string, string, SherpaOnnxSttMode)
Declaration
public SherpaOnnxResolvedSttModelFiles(string modelRoot, string tokens, string encoder, string decoder, string joiner, SherpaOnnxSttMode mode)
Parameters
Fields
|
Edit this page
View Source
Decoder
Declaration
public readonly string Decoder
Field Value
|
Edit this page
View Source
Encoder
Declaration
public readonly string Encoder
Field Value
|
Edit this page
View Source
Joiner
Declaration
public readonly string Joiner
Field Value
|
Edit this page
View Source
Mode
Declaration
public readonly SherpaOnnxSttMode Mode
Field Value
|
Edit this page
View Source
ModelRoot
Declaration
public readonly string ModelRoot
Field Value
|
Edit this page
View Source
Tokens
Declaration
public readonly string Tokens
Field Value
Extension Methods