VocabularyInfo

Provides information about a custom vocabulary, including the language of the custom vocabulary, when it was last modified, its name, and the processing state.

Types

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

Properties

Link copied to clipboard

The language code used to create your custom vocabulary. Each custom vocabulary must contain terms in only one language.

Link copied to clipboard

The date and time the specified custom vocabulary was last modified.

Link copied to clipboard

A unique name, chosen by you, for your custom vocabulary. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account.

Link copied to clipboard

The processing state of your custom vocabulary. If the state is READY, you can use the custom vocabulary in a StartTranscriptionJob request.

Functions

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