TextExtractionResult class

Result of text extraction

Constructors

TextExtractionResult.new({required String text, String? title, String? author, DateTime? publishDate, DateTime? modifiedDate, int? readingTimeMinutes})
Creates a new TextExtractionResult
TextExtractionResult.empty()
Creates an empty TextExtractionResult
factory

Properties

author String?
The author of the page
final
hashCode int
The hash code for this object.
no setterinherited
modifiedDate DateTime?
The last modified date of the page
final
publishDate DateTime?
The publication date of the page
final
readingTimeMinutes int?
The estimated reading time in minutes
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
The extracted text
final
title String?
The title of the page
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited