SearchResponse class

The REST response with a regular expression pattern and a collection of search results. This response is returned by the Service when handling "GET https://api.aspose.cloud/v4.0/words/Test.doc/search" REST API requests.

Inheritance

Constructors

SearchResponse()

Properties

hashCode int
The hash code for this object.
no setterinherited
requestId String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchingPattern String?
getter/setter pair
searchResults SearchResultsCollection?
getter/setter pair

Methods

deserialize(Map<String, dynamic>? json) → void
override
getFilesContent(List<FileReference> resultFilesContent) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited
validate() → void
override

Operators

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