class SpeechToText extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with SynapseMLLogging with HasSetLinkedServiceUsingLocation

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpeechToText
  2. HasSetLinkedServiceUsingLocation
  3. HasSetLinkedService
  4. HasSetLocation
  5. DomainHelper
  6. HasInternalJsonOutputParser
  7. HasCognitiveServiceInput
  8. HasCustomAuthHeader
  9. CognitiveServicesBase
  10. HasHandler
  11. CognitiveServicesBaseNoHandler
  12. SynapseMLLogging
  13. HasCustomCogServiceDomain
  14. HasUrlPath
  15. HasAADToken
  16. HasErrorCol
  17. HasSubscriptionKey
  18. HasServiceParams
  19. ComplexParamsWritable
  20. MLWritable
  21. HasURL
  22. HasOutputCol
  23. ConcurrencyParams
  24. Wrappable
  25. DotnetWrappable
  26. RWrappable
  27. PythonWrappable
  28. BaseWrappable
  29. Transformer
  30. PipelineStage
  31. Logging
  32. Params
  33. Serializable
  34. Serializable
  35. Identifiable
  36. AnyRef
  37. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. val AADToken: ServiceParam[String]
    Definition Classes
    HasAADToken
  2. val CustomAuthHeader: ServiceParam[String]
    Definition Classes
    HasCustomAuthHeader
  3. val audioData: ServiceParam[Array[Byte]]
  4. final def clear(param: Param[_]): SpeechToText.this.type
    Definition Classes
    Params
  5. val concurrency: Param[Int]
    Definition Classes
    ConcurrencyParams
  6. val concurrentTimeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  7. def convertToWav(data: Array[Byte]): Array[Byte]
  8. def copy(extra: ParamMap): Transformer
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer → PipelineStage → Params
  9. def dotnetAdditionalMethods: String
    Definition Classes
    HasSetLinkedServiceDotnetWrappable
  10. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  11. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  12. def explainParams(): String
    Definition Classes
    Params
  13. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  14. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  15. val format: ServiceParam[String]
  16. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  17. def getAADToken: String
    Definition Classes
    HasAADToken
  18. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  19. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  20. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  21. def getCustomAuthHeader: String
    Definition Classes
    HasCustomAuthHeader
  22. def getCustomAuthHeaderCol: String
    Definition Classes
    HasCustomAuthHeader
  23. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  24. def getErrorCol: String
    Definition Classes
    HasErrorCol
  25. def getHandler: HandlerFunc

    Definition Classes
    HasHandler
  26. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  27. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  28. def getOutputCol: String

    Definition Classes
    HasOutputCol
  29. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  30. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  31. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  32. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  33. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  34. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  35. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  36. def getUrl: String

    Definition Classes
    HasCognitiveServiceInputHasURL
  37. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  38. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  39. val handler: UDFParam
    Definition Classes
    HasHandler
  40. def handlingFunc(client: CloseableHttpClient, request: HTTPRequestData): HTTPResponseData
    Definition Classes
    HasHandler
  41. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  42. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  43. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  44. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  45. val language: ServiceParam[String]
  46. def logClass(featureName: String): Unit
    Definition Classes
    SynapseMLLogging
  47. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  48. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  49. def logVerb[T](verb: String, f: ⇒ T, columns: Option[Int] = None): T
    Definition Classes
    SynapseMLLogging
  50. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  51. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  52. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  53. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  54. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  55. val profanity: ServiceParam[String]
  56. def pyAdditionalMethods: String
    Definition Classes
    HasSetLinkedServicePythonWrappable
  57. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  58. def responseDataType: DataType
  59. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  60. final def set[T](param: Param[T], value: T): SpeechToText.this.type
    Definition Classes
    Params
  61. def setAADToken(v: String): SpeechToText.this.type
    Definition Classes
    HasAADToken
  62. def setAADTokenCol(v: String): SpeechToText.this.type
    Definition Classes
    HasAADToken
  63. def setAudioData(v: Array[Byte]): SpeechToText.this.type
  64. def setAudioDataCol(v: String): SpeechToText.this.type
  65. def setConcurrency(value: Int): SpeechToText.this.type

    Definition Classes
    ConcurrencyParams
  66. def setConcurrentTimeout(value: Option[Double]): SpeechToText.this.type
    Definition Classes
    ConcurrencyParams
  67. def setConcurrentTimeout(value: Double): SpeechToText.this.type

    Definition Classes
    ConcurrencyParams
  68. def setCustomAuthHeader(v: String): SpeechToText.this.type
    Definition Classes
    HasCustomAuthHeader
  69. def setCustomAuthHeaderCol(v: String): SpeechToText.this.type
    Definition Classes
    HasCustomAuthHeader
  70. def setCustomServiceName(v: String): SpeechToText.this.type
    Definition Classes
    HasCustomCogServiceDomain
  71. def setDefaultAADToken(v: String): SpeechToText.this.type
    Definition Classes
    HasAADToken
  72. def setDefaultCustomAuthHeader(v: String): SpeechToText.this.type
    Definition Classes
    HasCustomAuthHeader
  73. def setDefaultInternalEndpoint(v: String): SpeechToText.this.type
    Definition Classes
    HasCustomCogServiceDomain
  74. def setEndpoint(v: String): SpeechToText.this.type
    Definition Classes
    HasCustomCogServiceDomain
  75. def setErrorCol(v: String): SpeechToText.this.type
    Definition Classes
    HasErrorCol
  76. def setFormat(v: String): SpeechToText.this.type
  77. def setFormatCol(v: String): SpeechToText.this.type
  78. def setHandler(v: UserDefinedFunction): SpeechToText.this.type
    Definition Classes
    HasHandler
  79. def setHandler(v: HandlerFunc): SpeechToText.this.type
    Definition Classes
    HasHandler
  80. def setLanguage(v: String): SpeechToText.this.type
  81. def setLanguageCol(v: String): SpeechToText.this.type
  82. def setLinkedService(v: String): SpeechToText.this.type
  83. def setLocation(v: String): SpeechToText.this.type
    Definition Classes
    SpeechToTextHasSetLocation
  84. def setOutputCol(value: String): SpeechToText.this.type

    Definition Classes
    HasOutputCol
  85. def setProfanity(v: String): SpeechToText.this.type
  86. def setProfanityCol(v: String): SpeechToText.this.type
  87. def setScalarParam[T](name: String, value: T): SpeechToText.this.type
    Definition Classes
    HasServiceParams
  88. def setScalarParam[T](p: ServiceParam[T], value: T): SpeechToText.this.type
    Definition Classes
    HasServiceParams
  89. def setSubscriptionKey(v: String): SpeechToText.this.type
    Definition Classes
    HasSubscriptionKey
  90. def setSubscriptionKeyCol(v: String): SpeechToText.this.type
    Definition Classes
    HasSubscriptionKey
  91. def setTimeout(value: Double): SpeechToText.this.type

    Definition Classes
    ConcurrencyParams
  92. def setUrl(value: String): SpeechToText.this.type

    Definition Classes
    HasURL
  93. def setVectorParam(name: String, value: String): SpeechToText.this.type
    Definition Classes
    HasServiceParams
  94. def setVectorParam[T](p: ServiceParam[T], value: String): SpeechToText.this.type
    Definition Classes
    HasServiceParams
  95. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  96. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  97. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  98. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer
  99. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  100. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  101. def transformSchema(schema: StructType): StructType
    Definition Classes
    CognitiveServicesBaseNoHandler → PipelineStage
  102. val uid: String
    Definition Classes
    SpeechToTextCognitiveServicesBaseNoHandlerSynapseMLLogging → Identifiable
  103. val url: Param[String]
    Definition Classes
    HasURL
  104. def urlPath: String
    Definition Classes
    SpeechToTextHasUrlPath
  105. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable