Stats
The session ID
The optional latest update timestamp, in UTC time, in the format yyyyMMddHHmmssfff
Success
Response of a Get Text Quality Indexes request.
An index of text quality of this Memori. It is the ratio of
defined words vs. the total of unique words used in questions
and stories. A value of 1.0 means that no words are undefined,
a value of 0.0 means that all words are undefined.
If Null it means the index has not changed since
the last time it was updated.
List of undefined words found in questions and stories.
Undefined words may have a profound negative impact on the ability
to match content with user input.
If Null it means the list has not changed since
the last time it was updated.
An index of text quality of the content of this Memori. It is the
ratio of correct questions and stories vs. the total number
of questions and stories. A question or story is defined as
"correct" if it contains no undefined words, while it is defined
as "faulty" if it contains at least one undefined word.
A value of 1.0 means that all questions and stories have no
undefined words, a value of 0.0 means that all questions and
stories contain at least an undefined word.
If Null it means the index has not changed since
the last time it was updated.
Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous response.
Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous response.
Result code. A code of 0 means no errors.
When the request fails, its value is equivalent to the HTTP
status code.
Result message. A message of Ok means no errors.
Success
Last updated