Smile

class Smile

Indicates whether or not the face is smiling, and the confidence level in the determination.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Level of confidence in the determination.

Link copied to clipboard

Boolean value that indicates whether the face is smiling or not.

Functions

Link copied to clipboard
inline fun copy(block: Smile.Builder.() -> Unit = {}): Smile
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String