fetchFacePhotos

abstract suspend fun fetchFacePhotos(faceId: String)

Fetch photos for face by faceId.

Throws

SessionIsNotInitializedException

Session is not active.

Unauthorized access.

Forbidden access.

Face with id faceId is not found in the database.

Other problems.