Word.Interfaces.ReadabilityStatisticData interface
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
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Returns the name of the readability statistic.
name?: string;
Property Value
string
Remarks
value
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Returns the value of the grammar statistic.
value?: number;
Property Value
number