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. RWrappable
  15. PythonWrappable
  16. BaseWrappable
  17. Transformer
  18. PipelineStage
  19. Logging
  20. Params
  21. Serializable
  22. Serializable
  23. Identifiable
  24. AnyRef
  25. 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 emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  16. val endpointId: Param[String]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  20. def explainParams(): String
    Definition Classes
    Params
  21. val extraFfmpegArgs: StringArrayParam
  22. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  23. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  24. val fileType: ServiceParam[String]
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. val format: ServiceParam[String]
  27. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  28. def getAudioDataCol: String
  29. def getAudioFormat(fileType: String, default: Option[String]): AudioStreamFormat
    Attributes
    protected
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  32. def getEndpointId: String
  33. def getExtraFfmpegArgs: Array[String]
  34. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  35. def getOutputCol: String

    Definition Classes
    HasOutputCol
  36. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  37. def getPullStream(stream: InputStream, audioFormat: String, defaultAudioFormat: Option[String]): PullAudioInputStream
  38. def getRecordAudioData: Boolean
  39. def getRecordedFileNameCol: String
  40. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  41. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  42. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  43. def getSpeechConfig(uri: URI, speechKey: String, language: String, profanity: String, format: String): SpeechConfig
  44. def getStreamIntermediateResults: Boolean
  45. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  46. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  47. def getUrl: String

    Definition Classes
    HasURL
  48. def getUrlParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  49. def getValue[T](row: Row, p: ServiceParam[T]): T
    Attributes
    protected
    Definition Classes
    HasServiceParams
  50. def getValueAny(row: Row, p: ServiceParam[_]): Any
    Attributes
    protected
    Definition Classes
    HasServiceParams
  51. def getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  52. def getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  53. def getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  54. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  55. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  56. def getVectorParamMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  57. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  58. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  59. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  60. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  61. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  62. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  63. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  64. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  65. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  66. val language: ServiceParam[String]
  67. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  68. def logBase(methodName: String): Unit
    Attributes
    protected
    Definition Classes
    BasicLogging
  69. def logClass(): Unit
    Definition Classes
    BasicLogging
  70. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  71. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  72. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  73. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  74. def logErrorBase(methodName: String, e: Exception): Unit
    Attributes
    protected
    Definition Classes
    BasicLogging
  75. def logFit[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  76. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  77. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  78. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  79. def logPredict[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  80. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  81. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  82. def logTrain[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  83. def logTransform[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  84. def logVerb[T](verb: String, f: ⇒ T): T
    Definition Classes
    BasicLogging
  85. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  86. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  87. def makeEventHandler[T](f: (Any, T) ⇒ Unit): EventHandler[T]
    Attributes
    protected
  88. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  89. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  90. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  91. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  92. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  93. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  94. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  95. val participantsJson: ServiceParam[String]
  96. val profanity: ServiceParam[String]
  97. def pyAdditionalMethods: String
    Definition Classes
    HasSetLinkedServicePythonWrappable
  98. lazy val pyClassDoc: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  99. lazy val pyClassName: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  100. def pyExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  101. def pyExtraEstimatorMethods: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  102. lazy val pyInheritedClasses: Seq[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  103. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  104. lazy val pyInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    PythonWrappable
  105. lazy val pyObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  106. def pyParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  107. def pyParamDefault[T](p: Param[T]): Option[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  108. def pyParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  109. def pyParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  110. def pyParamsArgs: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  111. def pyParamsDefaults: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  112. lazy val pyParamsDefinitions: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  113. def pyParamsGetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  114. def pyParamsSetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  115. def pythonClass(): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  116. def rClass(): String
    Attributes
    protected
    Definition Classes
    RWrappable
  117. def rDocString: String
    Attributes
    protected
    Definition Classes
    RWrappable
  118. def rExtraBodyLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  119. def rExtraInitLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  120. lazy val rFuncName: String
    Attributes
    protected
    Definition Classes
    RWrappable
  121. lazy val rInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    RWrappable
  122. def rParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    RWrappable
  123. def rParamsArgs: String
    Attributes
    protected
    Definition Classes
    RWrappable
  124. def rSetterLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  125. val recordAudioData: BooleanParam
  126. val recordedFileNameCol: Param[String]
  127. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  128. final def set(paramPair: ParamPair[_]): SpeechSDKBase.this.type
    Attributes
    protected
    Definition Classes
    Params
  129. final def set(param: String, value: Any): SpeechSDKBase.this.type
    Attributes
    protected
    Definition Classes
    Params
  130. final def set[T](param: Param[T], value: T): SpeechSDKBase.this.type
    Definition Classes
    Params
  131. def setAudioDataCol(v: String): SpeechSDKBase.this.type
  132. final def setDefault(paramPairs: ParamPair[_]*): SpeechSDKBase.this.type
    Attributes
    protected
    Definition Classes
    Params
  133. final def setDefault[T](param: Param[T], value: T): SpeechSDKBase.this.type
    Attributes
    protected
    Definition Classes
    Params
  134. def setEndpointId(v: String): SpeechSDKBase.this.type
  135. def setExtraFfmpegArgs(v: Array[String]): SpeechSDKBase.this.type
  136. def setFileType(v: String): SpeechSDKBase.this.type
  137. def setFileTypeCol(v: String): SpeechSDKBase.this.type
  138. def setFormat(v: String): SpeechSDKBase.this.type
  139. def setFormatCol(v: String): SpeechSDKBase.this.type
  140. def setLanguage(v: String): SpeechSDKBase.this.type
  141. def setLanguageCol(v: String): SpeechSDKBase.this.type
  142. def setLinkedService(v: String): SpeechSDKBase.this.type
  143. def setLocation(v: String): SpeechSDKBase.this.type
    Definition Classes
    HasSetLocation
  144. def setOutputCol(value: String): SpeechSDKBase.this.type

    Definition Classes
    HasOutputCol
  145. def setParticipants(v: Seq[(String, String, String)]): SpeechSDKBase.this.type
  146. def setParticipantsJson(v: String): SpeechSDKBase.this.type
  147. def setParticipantsJsonCol(v: String): SpeechSDKBase.this.type
  148. def setProfanity(v: String): SpeechSDKBase.this.type
  149. def setProfanityCol(v: String): SpeechSDKBase.this.type
  150. def setRecordAudioData(v: Boolean): SpeechSDKBase.this.type
  151. def setRecordedFileNameCol(v: String): SpeechSDKBase.this.type
  152. def setScalarParam[T](name: String, value: T): SpeechSDKBase.this.type
    Definition Classes
    HasServiceParams
  153. def setScalarParam[T](p: ServiceParam[T], value: T): SpeechSDKBase.this.type
    Definition Classes
    HasServiceParams
  154. def setStreamIntermediateResults(v: Boolean): SpeechSDKBase.this.type
  155. def setSubscriptionKey(v: String): SpeechSDKBase.this.type
    Definition Classes
    HasSubscriptionKey
  156. def setSubscriptionKeyCol(v: String): SpeechSDKBase.this.type
    Definition Classes
    HasSubscriptionKey
  157. def setUrl(value: String): SpeechSDKBase.this.type

    Definition Classes
    HasURL
  158. def setVectorParam(name: String, value: String): SpeechSDKBase.this.type
    Definition Classes
    HasServiceParams
  159. def setVectorParam[T](p: ServiceParam[T], value: String): SpeechSDKBase.this.type
    Definition Classes
    HasServiceParams
  160. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  161. val streamIntermediateResults: BooleanParam
  162. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  163. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  164. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  165. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    SpeechSDKBase → Transformer
  166. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  167. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  168. def transformAudioRows(dynamicParamColName: String, toRow: (ResponseType) ⇒ Row, bconf: Broadcast[SConf], isUriAudio: Boolean)(rows: Iterator[Row]): Iterator[Row]
    Attributes
    protected
  169. def transformSchema(schema: StructType): StructType
    Definition Classes
    SpeechSDKBase → PipelineStage
  170. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  171. val url: Param[String]
    Definition Classes
    HasURL
  172. def urlPath: String
    Definition Classes
    SpeechSDKBaseHasUrlPath
  173. val ver: String
    Definition Classes
    BasicLogging
  174. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  175. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  176. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  177. 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 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