Use the following parameters to create a memory from the command line:
-addMem |
JSON file |
A JSON file containing the data required for creating the memory |
Yes |
Example:
fluenta_cli.cmd -addMem addMemory.json
Where the content of addMemory.json
should be like:
{
"id": 12345678,
"title": "JSON test",
"description": "memory created using JSON and CLI",
"srcLang": "en-US"
}
JSON Value Pairs
id |
Number |
Memory identifier |
Yes |
title |
String |
Short text description for the memory. This is the description displayed in Fluenta's
GUI. |
Yes |
description |
String |
A longer text description for the memory. |
Yes |
srcLang |
String |
Source language code. |
Yes |