ExportParser ( ) | |
List< ZipArchiveEntry > | Finds all the Json files canvases in the zip archive under the given folder |
Extracts a Wit JSON object representing the given json file | |
void | Calls Process on all IExportParserPlugin objects within the project's loaded assemblies |
Meta.WitAi.ExportParser.ExportParser ( ) |
---|
No description available.
|
List<ZipArchiveEntry> Meta.WitAi.ExportParser.GetJsonFileNames ( string folder, ZipArchive zip ) |
---|
Finds all the Json files canvases in the zip archive under the given folder Returns new list of entries which represent json files |
WitResponseNode Meta.WitAi.ExportParser.ExtractJson ( ZipArchive zip, string fileName ) |
---|
Extracts a Wit JSON object representing the given json file Parameters zip zip archive from Wit.ai export fileNameone of the file names Returns The entire canvas structure as nested JSON objects |
void Meta.WitAi.ExportParser.ProcessExtensions ( IWitRequestConfiguration config, ZipArchive zip ) |
---|
Calls Process on all IExportParserPlugin objects within the project's loaded assemblies Parameters config the config to pass to the Process function zipthe zip archive to pass ot the Process function |