class Face


Contains the tracking information of a detected human face.

Summary

Nested types

The representation of the current state of Face.

Public companion functions

Face?
getUserFace(session: Session)

Returns the Face object that corresponds to the user.

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

StateFlow<Face.State>

The current State of this Face.

Public companion functions

getUserFace

Added in 1.0.0-alpha06
fun getUserFace(session: Session): Face?

Returns the Face object that corresponds to the user.

Parameters
session: Session

the currently active Session.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

state

Added in 1.0.0-alpha06
val stateStateFlow<Face.State>

The current State of this Face.