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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET