[][src]Module grammarly::response

The response structures. Response module contains all the structures necessary for doing all the interesting stuff.

Structs

ApiVersion

Represents a strong type on the grammarly api version.

Context

Represents the problem context, a sentence, or a subsentence.

DetectedLanguage

Detected language code and name, determined by the grammarly bot.

GrammarlyVersion

Represents a strong type on the grammarly bot version.

LanguageDetails

Passed language and detected language information.

Match

Represents a single problem found.

Replacement

Represents a single possible replacement of the word. If you have mispelled a word, the service advises you to correct the word and all the corrections are suggested using these Replacement objects.

Response

Grammarly's main response structure.

Software

Represents a bot info.

Warnings

Represents warnings in the response. They are useful but could be ignored (not necessarily fixed) and they should be treated as an advice.