SiteimproveAPIClient::ApiReadabilityPageFleschKincaidReadingEase1
Name
Type
Description
Notes
id
Integer
Id of page.
title
String
Title of the page
[optional]
url
String
URL for the live version of the page.
[optional]
checking_now
Boolean
Is true if page is being checked now; otherwise false.
cms_url
String
Url for the cms entry for editing the page.
[optional]
flesch_kincaid_reading_ease_score
Float
The Flesch Reading Ease is calculated using: 206.835 - 1.015*(words / sentences) - 84.6*(syllables / words)
[optional]
long_sentences_unique
Integer
Number of unique long sentences.
page_level
Integer
Page level in site hierarchy.
[optional]
page_views
Integer
Number of times this page has been viewed
[optional]
poly_syllabic_words
Integer
Number of poly syllabic words.
poly_syllabic_words_unique
Integer
Number of unique poly syllabic words.
sentences
Integer
Number of sentences.
words
Integer
Number of words
_siteimprove
Siteimprove
[optional]
require 'siteimprove_api_client'
instance = SiteimproveAPIClient ::ApiReadabilityPageFleschKincaidReadingEase1 . new (
id : null ,
title : null ,
url : null ,
checking_now : null ,
cms_url : null ,
flesch_kincaid_reading_ease_score : null ,
long_sentences_unique : null ,
page_level : null ,
page_views : null ,
poly_syllabic_words : null ,
poly_syllabic_words_unique : null ,
sentences : null ,
words : null ,
_siteimprove : null
)