class TextToSpeech extends Transformer with HasSetLocation with HasServiceParams with HasErrorCol with HasURL with HasSubscriptionKey with ComplexParamsWritable with SynapseMLLogging with HasSetLinkedServiceUsingLocation

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TextToSpeech
  2. HasSetLinkedServiceUsingLocation
  3. HasSetLinkedService
  4. SynapseMLLogging
  5. ComplexParamsWritable
  6. MLWritable
  7. HasSubscriptionKey
  8. HasErrorCol
  9. HasServiceParams
  10. HasSetLocation
  11. DomainHelper
  12. HasUrlPath
  13. HasURL
  14. Wrappable
  15. DotnetWrappable
  16. RWrappable
  17. PythonWrappable
  18. BaseWrappable
  19. Transformer
  20. PipelineStage
  21. Logging
  22. Params
  23. Serializable
  24. Serializable
  25. Identifiable
  26. AnyRef
  27. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TextToSpeech()
  2. new TextToSpeech(uid: String)

Value Members

  1. final def clear(param: Param[_]): TextToSpeech.this.type
    Definition Classes
    Params
  2. def copy(extra: ParamMap): Transformer
    Definition Classes
    TextToSpeech → Transformer → PipelineStage → Params
  3. def dotnetAdditionalMethods: String
    Definition Classes
    HasSetLinkedServiceDotnetWrappable
  4. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  5. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  6. def explainParams(): String
    Definition Classes
    Params
  7. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  8. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  9. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  10. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  11. def getErrorCol: String
    Definition Classes
    HasErrorCol
  12. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  13. def getOutputFileCol: String
  14. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  15. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  16. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  17. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  18. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  19. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  20. def getUrl: String

    Definition Classes
    HasURL
  21. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  22. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  23. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  24. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  25. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  26. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  27. val language: ServiceParam[String]
  28. val locale: ServiceParam[String]
  29. def logClass(): Unit
    Definition Classes
    SynapseMLLogging
  30. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  31. def logTrain[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  32. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  33. def logVerb[T](verb: String, f: ⇒ T, columns: Int = -1): T
    Definition Classes
    SynapseMLLogging
  34. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  35. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  36. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  37. val outputFileCol: Param[String]
  38. val outputFormat: ServiceParam[String]
  39. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  40. val possibleOutputFormats: Seq[String]
  41. def pyAdditionalMethods: String
    Definition Classes
    HasSetLinkedServicePythonWrappable
  42. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  43. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  44. final def set[T](param: Param[T], value: T): TextToSpeech.this.type
    Definition Classes
    Params
  45. def setErrorCol(v: String): TextToSpeech.this.type
    Definition Classes
    HasErrorCol
  46. def setLanguage(v: String): TextToSpeech.this.type
  47. def setLanguageCol(v: String): TextToSpeech.this.type
  48. def setLinkedService(v: String): TextToSpeech.this.type
  49. def setLocale(v: String): TextToSpeech.this.type
  50. def setLocaleCol(v: String): TextToSpeech.this.type
  51. def setLocation(v: String): TextToSpeech.this.type
    Definition Classes
    HasSetLocation
  52. def setOutputFileCol(v: String): TextToSpeech.this.type
  53. def setOutputFormat(v: String): TextToSpeech.this.type
  54. def setOutputFormatCol(v: String): TextToSpeech.this.type
  55. def setScalarParam[T](name: String, value: T): TextToSpeech.this.type
    Definition Classes
    HasServiceParams
  56. def setScalarParam[T](p: ServiceParam[T], value: T): TextToSpeech.this.type
    Definition Classes
    HasServiceParams
  57. def setSubscriptionKey(v: String): TextToSpeech.this.type
    Definition Classes
    HasSubscriptionKey
  58. def setSubscriptionKeyCol(v: String): TextToSpeech.this.type
    Definition Classes
    HasSubscriptionKey
  59. def setText(v: String): TextToSpeech.this.type
  60. def setTextCol(v: String): TextToSpeech.this.type
  61. def setUrl(value: String): TextToSpeech.this.type

    Definition Classes
    HasURL
  62. def setUseSSML(v: Boolean): TextToSpeech.this.type
  63. def setUseSSMLCol(v: String): TextToSpeech.this.type
  64. def setVectorParam(name: String, value: String): TextToSpeech.this.type
    Definition Classes
    HasServiceParams
  65. def setVectorParam[T](p: ServiceParam[T], value: String): TextToSpeech.this.type
    Definition Classes
    HasServiceParams
  66. def setVoiceName(v: String): TextToSpeech.this.type
  67. def setVoiceNameCol(v: String): TextToSpeech.this.type
  68. def speechGenerator(synth: SpeechSynthesizer, shouldUseSSML: Boolean, txt: String): SpeechSynthesisResult
  69. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  70. val text: ServiceParam[String]
  71. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  72. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    TextToSpeech → Transformer
  73. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  74. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  75. def transformSchema(schema: StructType): StructType
    Definition Classes
    TextToSpeech → PipelineStage
  76. val uid: String
    Definition Classes
    TextToSpeechSynapseMLLogging → Identifiable
  77. val url: Param[String]
    Definition Classes
    HasURL
  78. def urlPath: String
    Definition Classes
    TextToSpeechHasUrlPath
  79. val useSSML: ServiceParam[Boolean]
  80. val voiceName: ServiceParam[String]
  81. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable