File

src/app/shared/interface/IText.ts

Index

Properties

Properties

fleschReadingScore
fleschReadingScore: number
Type : number
sentenceCount
sentenceCount: number
Type : number
statistics
statistics: IStatistics
Type : IStatistics
words
words: IWordMatch[]
Type : IWordMatch[]
import { IStatistics } from './IStatistics';
import { IWordMatch } from './IWordMatch';

export interface IText {
  fleschReadingScore: number;
  sentenceCount: number;
  statistics: IStatistics;
  words: IWordMatch[];
}

results matching ""

    No results matching ""