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 zipArchive: ZipArchive
the archive containing the data to extract
Returns void |