faces

@JvmName(name = "listFacesResponseFace")
fun Flow<ListFacesResponse>.faces(): Flow<Face>

This paginator transforms the flow returned by listFacesPaginated to access the nested member Face

Return

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