Packages

abstract class SpeechSDKBase extends Transformer with HasSetLocation with HasServiceParams with HasOutputCol with HasURL with HasSubscriptionKey with ComplexParamsWritable with BasicLogging with HasSetLinkedServiceUsingLocation

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

Instance Constructors

  1. new SpeechSDKBase()

Type Members

  1. abstract type ResponseType <: SharedSpeechFields

Abstract Value Members

  1. abstract def inputStreamToText(stream: InputStream, audioFormat: String, uri: URI, speechKey: String, profanity: String, language: String, format: String, defaultAudioFormat: Option[String], participants: Seq[TranscriptionParticipant]): Iterator[ResponseType]
  2. abstract val responseTypeBinding: SparkBindings[ResponseType]
  3. abstract val uid: String
    Definition Classes
    BasicLogging

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val audioDataCol: Param[String]
  7. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  8. final def clear(param: Param[_]): SpeechSDKBase.this.type
    Definition Classes
    Params
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def companionModelClassName: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  11. def copy(extra: ParamMap): SpeechSDKBase.this.type
    Definition Classes
    SpeechSDKBase → Transformer → PipelineStage → Params
  12. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  13. lazy val copyrightLines: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  14. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  15. def dotnetAdditionalMethods: String
    Definition Classes
    HasSetLinkedServiceDotnetWrappable
  16. def dotnetClass(): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  17. lazy val dotnetClassName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  18. lazy val dotnetClassNameString: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  19. lazy val dotnetClassWrapperName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  20. lazy val dotnetCopyrightLines: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  21. def dotnetExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  22. def dotnetExtraMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  23. lazy val dotnetInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  24. def dotnetMLReadWriteMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  25. lazy val dotnetNamespace: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  26. lazy val dotnetObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  27. def dotnetParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  28. def dotnetParamGetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  29. def dotnetParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  30. def dotnetParamSetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  31. def dotnetWrapAsTypeMethod: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  32. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  33. val endpointId: Param[String]
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  36. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  37. def explainParams(): String
    Definition Classes
    Params
  38. val extraFfmpegArgs: StringArrayParam
  39. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  40. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  41. val fileType: ServiceParam[String]
  42. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  43. val format: ServiceParam[String]
  44. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  45. def getAudioDataCol: String
  46. def getAudioFormat(fileType: String, default: Option[String]): AudioStreamFormat
    Attributes
    protected
  47. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  48. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  49. def getEndpointId: String
  50. def getExtraFfmpegArgs: Array[String]
  51. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  52. def getOutputCol: String

    Definition Classes
    HasOutputCol
  53. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  54. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  55. def getPullStream(stream: InputStream, audioFormat: String, defaultAudioFormat: Option[String]): PullAudioInputStream
  56. def getRecordAudioData: Boolean
  57. def getRecordedFileNameCol: String
  58. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  59. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  60. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  61. def getSpeechConfig(uri: URI, speechKey: String, language: String, profanity: String, format: String): SpeechConfig
  62. def getStreamIntermediateResults: Boolean
  63. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  64. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  65. def getUrl: String

    Definition Classes
    HasURL
  66. def getUrlParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  67. def getValue[T](row: Row, p: ServiceParam[T]): T
    Attributes
    protected
    Definition Classes
    HasServiceParams
  68. def getValueAny(row: Row, p: ServiceParam[_]): Any
    Attributes
    protected
    Definition Classes
    HasServiceParams
  69. def getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  70. def getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  71. def getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  72. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  73. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  74. def getVectorParamMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  75. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  76. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  77. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  78. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  79. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  80. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  81. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  82. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  83. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  84. val language: ServiceParam[String]
  85. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  86. def logBase(methodName: String): Unit
    Attributes
    protected
    Definition Classes
    BasicLogging
  87. def logClass(): Unit
    Definition Classes
    BasicLogging
  88. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  89. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  90. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  91. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  92. def logErrorBase(methodName: String, e: Exception): Unit
    Attributes
    protected
    Definition Classes
    BasicLogging
  93. def logFit[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  94. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  95. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  96. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  97. def logPredict[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  98. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  99. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  100. def logTrain[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  101. def logTransform[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  102. def logVerb[T](verb: String, f: ⇒ T): T
    Definition Classes
    BasicLogging
  103. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  104. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  105. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  106. def makeEventHandler[T](f: (Any, T) ⇒ Unit): EventHandler[T]
    Attributes
    protected
  107. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  108. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  109. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  110. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  111. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  112. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  113. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  114. val participantsJson: ServiceParam[String]
  115. val profanity: ServiceParam[String]
  116. def pyAdditionalMethods: String
    Definition Classes
    HasSetLinkedServicePythonWrappable
  117. lazy val pyClassDoc: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  118. lazy val pyClassName: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  119. def pyExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  120. def pyExtraEstimatorMethods: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  121. lazy val pyInheritedClasses: Seq[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  122. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  123. lazy val pyInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    PythonWrappable
  124. lazy val pyObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  125. def pyParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  126. def pyParamDefault[T](p: Param[T]): Option[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  127. def pyParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  128. def pyParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  129. def pyParamsArgs: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  130. def pyParamsDefaults: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  131. lazy val pyParamsDefinitions: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  132. def pyParamsGetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  133. def pyParamsSetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  134. def pythonClass(): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  135. def rClass(): String
    Attributes
    protected
    Definition Classes
    RWrappable
  136. def rDocString: String
    Attributes
    protected
    Definition Classes
    RWrappable
  137. def rExtraBodyLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  138. def rExtraInitLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  139. lazy val rFuncName: String
    Attributes
    protected
    Definition Classes
    RWrappable
  140. lazy val rInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    RWrappable
  141. def rParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    RWrappable
  142. def rParamsArgs: String
    Attributes
    protected
    Definition Classes
    RWrappable
  143. def rSetterLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  144. val recordAudioData: BooleanParam
  145. val recordedFileNameCol: Param[String]
  146. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  147. final def set(paramPair: ParamPair[_]): SpeechSDKBase.this.type
    Attributes
    protected
    Definition Classes
    Params
  148. final def set(param: String, value: Any): SpeechSDKBase.this.type
    Attributes
    protected
    Definition Classes
    Params
  149. final def set[T](param: Param[T], value: T): SpeechSDKBase.this.type
    Definition Classes
    Params
  150. def setAudioDataCol(v: String): SpeechSDKBase.this.type
  151. final def setDefault(paramPairs: ParamPair[_]*): SpeechSDKBase.this.type
    Attributes
    protected
    Definition Classes
    Params
  152. final def setDefault[T](param: Param[T], value: T): SpeechSDKBase.this.type
    Attributes
    protected
    Definition Classes
    Params
  153. def setEndpointId(v: String): SpeechSDKBase.this.type
  154. def setExtraFfmpegArgs(v: Array[String]): SpeechSDKBase.this.type
  155. def setFileType(v: String): SpeechSDKBase.this.type
  156. def setFileTypeCol(v: String): SpeechSDKBase.this.type
  157. def setFormat(v: String): SpeechSDKBase.this.type
  158. def setFormatCol(v: String): SpeechSDKBase.this.type
  159. def setLanguage(v: String): SpeechSDKBase.this.type
  160. def setLanguageCol(v: String): SpeechSDKBase.this.type
  161. def setLinkedService(v: String): SpeechSDKBase.this.type
  162. def setLocation(v: String): SpeechSDKBase.this.type
    Definition Classes
    HasSetLocation
  163. def setOutputCol(value: String): SpeechSDKBase.this.type

    Definition Classes
    HasOutputCol
  164. def setParticipants(v: Seq[(String, String, String)]): SpeechSDKBase.this.type
  165. def setParticipantsJson(v: String): SpeechSDKBase.this.type
  166. def setParticipantsJsonCol(v: String): SpeechSDKBase.this.type
  167. def setProfanity(v: String): SpeechSDKBase.this.type
  168. def setProfanityCol(v: String): SpeechSDKBase.this.type
  169. def setRecordAudioData(v: Boolean): SpeechSDKBase.this.type
  170. def setRecordedFileNameCol(v: String): SpeechSDKBase.this.type
  171. def setScalarParam[T](name: String, value: T): SpeechSDKBase.this.type
    Definition Classes
    HasServiceParams
  172. def setScalarParam[T](p: ServiceParam[T], value: T): SpeechSDKBase.this.type
    Definition Classes
    HasServiceParams
  173. def setStreamIntermediateResults(v: Boolean): SpeechSDKBase.this.type
  174. def setSubscriptionKey(v: String): SpeechSDKBase.this.type
    Definition Classes
    HasSubscriptionKey
  175. def setSubscriptionKeyCol(v: String): SpeechSDKBase.this.type
    Definition Classes
    HasSubscriptionKey
  176. def setUrl(value: String): SpeechSDKBase.this.type

    Definition Classes
    HasURL
  177. def setVectorParam(name: String, value: String): SpeechSDKBase.this.type
    Definition Classes
    HasServiceParams
  178. def setVectorParam[T](p: ServiceParam[T], value: String): SpeechSDKBase.this.type
    Definition Classes
    HasServiceParams
  179. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  180. val streamIntermediateResults: BooleanParam
  181. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  182. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  183. val thisStage: Params
    Attributes
    protected
    Definition Classes
    BaseWrappable
  184. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  185. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    SpeechSDKBase → Transformer
  186. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  187. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  188. def transformAudioRows(dynamicParamColName: String, toRow: (ResponseType) ⇒ Row, bconf: Broadcast[SConf], isUriAudio: Boolean)(rows: Iterator[Row]): Iterator[Row]
    Attributes
    protected
  189. def transformSchema(schema: StructType): StructType
    Definition Classes
    SpeechSDKBase → PipelineStage
  190. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  191. val url: Param[String]
    Definition Classes
    HasURL
  192. def urlPath: String
    Definition Classes
    SpeechSDKBaseHasUrlPath
  193. val ver: String
    Definition Classes
    BasicLogging
  194. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  195. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  196. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  197. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable

Inherited from HasSetLinkedService

Inherited from BasicLogging

Inherited from ComplexParamsWritable

Inherited from MLWritable

Inherited from HasSubscriptionKey

Inherited from HasOutputCol

Inherited from HasServiceParams

Inherited from HasSetLocation

Inherited from HasUrlPath

Inherited from HasURL

Inherited from Wrappable

Inherited from DotnetWrappable

Inherited from RWrappable

Inherited from PythonWrappable

Inherited from BaseWrappable

Inherited from Transformer

Inherited from PipelineStage

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

getParam

param

setParam

Ungrouped