Last active
December 12, 2015 06:49
-
-
Save jrschifa/4732179 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Proposed payload object | |
- payload | |
- summary: string | |
- total_score: int | |
- relevant_questions: array | |
- style | |
- reading_level: int (not currently returned) | |
- sentiment: int (not currently returned) | |
- formality: int (not currently returned) | |
- editorial_level: int (not currently returned) | |
- phrase | |
- value: string (not currently returned)?? | |
- score: int (scores -> phrase_repeat -> score) | |
- density: int (phrase_occurrences) | |
- feedback: string (scores -> phrase_repeat -> comment) | |
- density_recommended: int (not currently returned) | |
- occurrences: int (not currently returned)?? | |
- keyword | |
- value: array (content_results & not_content_results) | |
- score: int (scores -> keyword_repeat -> score) | |
- density: int (keywords_occurrences) | |
- feedback: string (scores -> keyword_repeat -> comment) | |
- used: array (content_results) | |
- not_used: array (not_content_results) | |
- density_recommended: int (not currently returned) | |
- phrases: array (keyword_phrases) | |
- word_length | |
- score: int (scores -> wordlength -> score) | |
- feedback: string (scores -> wordlength -> comment) | |
- length: int (avg_word_length) | |
- length_recommended: int (not currently returned) | |
- word_count | |
- score: int (scores -> wordcount -> score) | |
- feedback: string (score -> wordcount -> comment) | |
- count: int (wordcount) | |
- count_recommended: int (not currently returned) | |
- sentence_length | |
- score: int (scores -> avg_sentence_length -> score) | |
- feedback: string (scores -> avg_sentence_length -> comment) | |
- length: int (avg_sentence_length) | |
- length_recommended: int (not currently returned) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment