getPagePreview
abstract suspend fun getPagePreview(limit: Int, offset: Int): List<AiGenerationResultPreview>(source)
Loads SDAI data through getPagePreview.
Return
Result produced by getPagePreview.
Author
Dmitriy Moroz
Parameters
limit
limit value consumed by the API.
offset
offset value consumed by the API.