EmbeddedSpeechConfig.FromPaths(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of the embedded speech config with specified offline model paths.
public static Microsoft.CognitiveServices.Speech.EmbeddedSpeechConfig FromPaths (string[] paths);
static member FromPaths : string[] -> Microsoft.CognitiveServices.Speech.EmbeddedSpeechConfig
Public Shared Function FromPaths (paths As String()) As EmbeddedSpeechConfig
Parameters
- paths
- String[]
The folder paths to search for offline models. These can be root paths under which several models are located in subfolders, or direct paths to specific model folders.
Returns
A new embedded speech config instance.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET