API reference
API reference
Select your platform
No SDKs available
No versions available

IExportParserPlugin Interface

Parses the Wit.ai Export zip file

Methods

Process ( config , zipArchive )
Extracts the data specific to this plugin from the zip file and adds it to the config.
Signature
void Meta.WitAi.IExportParserPlugin.Process(IWitRequestConfiguration config, ZipArchive zipArchive)
Parameters
config: IWitRequestConfiguration  the configuration to modify
zipArchive: ZipArchive  the archive containing the data to extract
Returns
void