Beard

class Beard

Indicates whether or not the face has a beard, 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 has beard or not.

Functions

Link copied to clipboard
inline fun copy(block: Beard.Builder.() -> Unit = {}): Beard
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