Speaker

class Speaker

Contains all the information about a speaker.

Types

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

Properties

Link copied to clipboard

A timestamp of when the speaker was created.

Link copied to clipboard

The client-provided identifier for the speaker.

Link copied to clipboard

The identifier of the domain that contains the speaker.

Link copied to clipboard

The service-generated identifier for the speaker.

Link copied to clipboard

The timestamp of when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.

Link copied to clipboard

The current status of the speaker.

Link copied to clipboard

A timestamp of the speaker's last update.

Functions

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