object SpeechSynthesisError extends SparkBindings[SpeechSynthesisError]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpeechSynthesisError
  2. SparkBindings
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def fromSDK(error: SpeechSynthesisCancellationDetails): SpeechSynthesisError
  2. def makeFromInternalRowConverter: (InternalRow) ⇒ SpeechSynthesisError
    Definition Classes
    SparkBindings
  3. def makeFromRowConverter: (Row) ⇒ SpeechSynthesisError
    Definition Classes
    SparkBindings
  4. def makeToInternalRowConverter: (SpeechSynthesisError) ⇒ InternalRow
    Definition Classes
    SparkBindings
  5. def makeToRowConverter: (SpeechSynthesisError) ⇒ Row
    Definition Classes
    SparkBindings
  6. lazy val schema: StructType
    Definition Classes
    SparkBindings