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(featureName: String): Unit
    Definition Classes
    SynapseMLLogging
  30. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  31. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  32. def logVerb[T](verb: String, f: ⇒ T, columns: Option[Int] = None): T
    Definition Classes
    SynapseMLLogging
  33. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  34. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  35. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  36. val outputFileCol: Param[String]
  37. val outputFormat: ServiceParam[String]
  38. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  39. val possibleOutputFormats: Seq[String]
  40. def pyAdditionalMethods: String
    Definition Classes
    HasSetLinkedServicePythonWrappable
  41. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  42. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  43. final def set[T](param: Param[T], value: T): TextToSpeech.this.type
    Definition Classes
    Params
  44. def setErrorCol(v: String): TextToSpeech.this.type
    Definition Classes
    HasErrorCol
  45. def setLanguage(v: String): TextToSpeech.this.type
  46. def setLanguageCol(v: String): TextToSpeech.this.type
  47. def setLinkedService(v: String): TextToSpeech.this.type
  48. def setLocale(v: String): TextToSpeech.this.type
  49. def setLocaleCol(v: String): TextToSpeech.this.type
  50. def setLocation(v: String): TextToSpeech.this.type
    Definition Classes
    HasSetLocation
  51. def setOutputFileCol(v: String): TextToSpeech.this.type
  52. def setOutputFormat(v: String): TextToSpeech.this.type
  53. def setOutputFormatCol(v: String): TextToSpeech.this.type
  54. def setScalarParam[T](name: String, value: T): TextToSpeech.this.type
    Definition Classes
    HasServiceParams
  55. def setScalarParam[T](p: ServiceParam[T], value: T): TextToSpeech.this.type
    Definition Classes
    HasServiceParams
  56. def setSubscriptionKey(v: String): TextToSpeech.this.type
    Definition Classes
    HasSubscriptionKey
  57. def setSubscriptionKeyCol(v: String): TextToSpeech.this.type
    Definition Classes
    HasSubscriptionKey
  58. def setText(v: String): TextToSpeech.this.type
  59. def setTextCol(v: String): TextToSpeech.this.type
  60. def setUrl(value: String): TextToSpeech.this.type

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