Packages

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

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

    Definition Classes
    HasURL
  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. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  68. val text: ServiceParam[String]
  69. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  70. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    TextToSpeech → Transformer
  71. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  72. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  73. def transformSchema(schema: StructType): StructType
    Definition Classes
    TextToSpeech → PipelineStage
  74. val uid: String
    Definition Classes
    TextToSpeechBasicLogging → Identifiable
  75. val url: Param[String]
    Definition Classes
    HasURL
  76. def urlPath: String
    Definition Classes
    TextToSpeechHasUrlPath
  77. val ver: String
    Definition Classes
    BasicLogging
  78. val voiceName: ServiceParam[String]
  79. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable