Comparing version 2.0.2 to 2.0.3
@@ -37,3 +37,4 @@ export = Client; | ||
language: string; | ||
segments: { id: number, start: number, end: number, text: string } | ||
segments: { id: number, start: number, end: number, text: string }; | ||
words: { id: number, start: number, end: number, text: string }; | ||
}; | ||
@@ -40,0 +41,0 @@ } | { |
{ | ||
"name": "nlpcloud", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "NLP Cloud serves high performance pre-trained or custom models for NER, sentiment-analysis, classification, summarization, paraphrasing, text generation, image generation, code generation, question answering, automatic speech recognition, machine translation, language detection, semantic search, semantic similarity, tokenization, POS tagging, speech synthesis, embeddings, and dependency parsing. It is ready for production, served through a REST API.\n\nThis is the Node.js client for the NLP Cloud API.\n\nMore details here: https://nlpcloud.io\n\nDocumentation: https://docs.nlpcloud.io", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35732
607