UNPKG
geneea-nlp-client
Version:
latest (1.3.2)
1.3.2
1.3.1
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
0.3.3
0.3.2
0.3.1
0.3.0
0.1.0
The TypeScript Client for Geneea Interpretor G3 API.
bitbucket.org/geneea/ts-nlp-client
geneea-nlp-client
/
g3
/
io
/
writer.d.ts
4 lines
(3 loc)
•
185 B
TypeScript
View Raw
1
2
3
4
import
{
Analysis
}
from
"../model"
;
/** Writes the Analysis to a JSON object in a format as returned by Geneea G3 API. */
export
declare
function
writeToJson
(
analysis
:
Analysis
):
any
;