Mika Scraper / HumanizeSuccess
Interface: HumanizeSuccess
Defined in: src/humanizer/humanizer.ts:24
Represents the response for a successful transformation operation.
Properties
success
- Type:
boolean
- Value:
true
Indicates the successful completion of the transformation process.
code
- Type:
number
- Value:
200
Represents the HTTP status code indicating success.
level
- Type:
RewriteLevel
Indicates the rewrite level applied during the transformation process.
result
- Type:
object
Contains detailed information about the transformation results.
Properties
code
- Type:
string
Represents a code associated with the result of the transformation.
originalLength
- Type:
number
The length of the original data prior to transformation.
transformedLength
- Type:
number
The length of the data after transformation.
reductionPercentage
- Type:
string
The percentage reduction in length as a result of the transformation.
Last updated on