Properties
Defines the properties for the ValeMetricsInfo class.
less than a minute
CharacterCount
Represents the number of characters in the document.
- Type
- System.Int32
ComplexWordCount
Represents the number of polysyllabic words without common suffixes in the document.
- Type
- System.Int32
FileInfo
Represents the file the metrics are for.
HeadingCounts
Represents the counts for the headings in the document.
ListBlockCount
Represents the number of ordered and unordered lists in the document.
- Type
- System.Int32
LongWordCount
Represents the number of words with more than 6 characters in the document.
- Type
- System.Int32
ParagraphCount
Represents the number of paragraphs in the document.
- Type
- System.Int32
PolysyllabicWordCount
Represents the number of words with more than two syllables in the document.
- Type
- System.Int32
SentenceCount
Represents the number of sentences in the document.
- Type
- System.Int32
SyllableCount
Represents the number of syllables in the document.
- Type
- System.Int32
WordCount
Represents the number of words in the document.
- Type
- System.Int32
Last modified March 10, 2023: (GH-71) Document Vale classes (ad1e42a)