Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Word.Interfaces.ReadabilityStatisticData interface

Package:
word

An interface describing the data returned by calling readabilityStatistic.toJSON().

Properties

name

Returns the name of the readability statistic.

value

Returns the value of the grammar statistic.

Property Details

name

Returns the name of the readability statistic.

name?: string;

Property Value

string

Remarks

API set: WordApiDesktop 1.4

value

Returns the value of the grammar statistic.

value?: number;

Property Value

number

Remarks

API set: WordApiDesktop 1.4


Feedback

Was this page helpful?