Show / Hide Table of Contents

Class Platform

Inheritance
System.Object
Platform
Namespace: Speechly.Tools
Assembly: speechly-dotnet.dll
Syntax
public class Platform : object

Fields

| Improve this Doc View Source

ConfigPath

Declaration
public static string ConfigPath
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

Fetch(String)

Declaration
public static Task<byte[]> Fetch(string url)
Parameters
Type Name Description
System.String url
Returns
Type Description
Task<System.Byte[]>
| Improve this Doc View Source

GetDeviceId(String)

Declaration
public static string GetDeviceId(string seed = null)
Parameters
Type Name Description
System.String seed
Returns
Type Description
System.String
| Improve this Doc View Source

GetPersistentStoragePath()

Declaration
public static string GetPersistentStoragePath()
Returns
Type Description
System.String
| Improve this Doc View Source

GuidFromString(String)

Declaration
public static string GuidFromString(string s)
Parameters
Type Name Description
System.String s
Returns
Type Description
System.String
| Improve this Doc View Source

RestoreOrCreateConfig<T>(String)

Declaration
public static T RestoreOrCreateConfig<T>(string ConfigFileName)
    where T : class, new()
Parameters
Type Name Description
System.String ConfigFileName
Returns
Type Description
T
Type Parameters
Name Description
T
| Improve this Doc View Source

SaveConfig<T>(T, String)

Declaration
public static void SaveConfig<T>(T configData, string ConfigFileName)
Parameters
Type Name Description
T configData
System.String ConfigFileName
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX