Skip to Content
Mika Scraper 1.1.1 is released ๐ŸŽ‰
๐Ÿ• MIKA INTERFACEInterface: HumanizeSuccess

Mika Scraper v1.1.2


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

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.


Diagram: Mika Scraper

Last updated on