Metadata

data class Metadata(val luma: Int? = null)

Describes complementary information about a FeedbackResult.

Constructors

Link copied to clipboard
constructor(luma: Int? = null)

Properties

Link copied to clipboard
val luma: Int? = null

The luma of the processed frame. NOTE: This value is only available within a face analysis use case session.