Class Platform
Inheritance
System.Object
Platform
Assembly: speechly-dotnet.dll
public class Platform : object
Fields
|
Improve this Doc
View Source
Declaration
public static string ConfigPath
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
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
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
Declaration
public static string GetPersistentStoragePath()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public static string GuidFromString(string s)
Parameters
Type |
Name |
Description |
System.String |
s |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public static T RestoreOrCreateConfig<T>(string ConfigFileName)
where T : class, new()
Parameters
Type |
Name |
Description |
System.String |
ConfigFileName |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Declaration
public static void SaveConfig<T>(T configData, string ConfigFileName)
Parameters
Type |
Name |
Description |
T |
configData |
|
System.String |
ConfigFileName |
|
Type Parameters