public final class Face


Contains the tracking information of a detected human face.

Summary

Nested types

public final class Face.State

The representation of the current state of Face.

Public methods

boolean
equals(Object other)
final @NonNull StateFlow<@NonNull Face.State>

The current State of this Face.

static final Face

Returns the Face object that corresponds to the user.

int
@NonNull String

Public methods

equals

public boolean equals(Object other)

getState

Added in 1.0.0-alpha06
public final @NonNull StateFlow<@NonNull Face.StategetState()

The current State of this Face.

getUserFace

Added in 1.0.0-alpha06
public static final Face getUserFace(@NonNull Session session)

Returns the Face object that corresponds to the user.

Parameters
@NonNull Session session

the currently active Session.

hashCode

public int hashCode()

toString

public @NonNull String toString()