results

@JvmName(name = "rerankResponseRerankResult")
fun Flow<RerankResponse>.results(): Flow<RerankResult>

This paginator transforms the flow returned by rerankPaginated to access the nested member RerankResult

Return

A kotlinx.coroutines.flow.Flow that can collect RerankResult