Packages

class ConversationTranscription extends SpeechSDKBase with BasicLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConversationTranscription
  2. SpeechSDKBase
  3. HasSetLinkedServiceUsingLocation
  4. HasSetLinkedService
  5. BasicLogging
  6. ComplexParamsWritable
  7. MLWritable
  8. HasSubscriptionKey
  9. HasOutputCol
  10. HasServiceParams
  11. HasSetLocation
  12. HasUrlPath
  13. HasURL
  14. Wrappable
  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 ConversationTranscription()
  2. new ConversationTranscription(uid: String)

Type Members

  1. type ResponseType = TranscriptionResponse

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]
    Definition Classes
    SpeechSDKBase
  7. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  8. final def clear(param: Param[_]): ConversationTranscription.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): ConversationTranscription.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]
    Definition Classes
    SpeechSDKBase
  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
    Definition Classes
    SpeechSDKBase
  22. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  23. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  24. val fileType: ServiceParam[String]
    Definition Classes
    SpeechSDKBase
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. val format: ServiceParam[String]
    Definition Classes
    SpeechSDKBase
  27. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  28. def getAudioDataCol: String
    Definition Classes
    SpeechSDKBase
  29. def getAudioFormat(fileType: String, default: Option[String]): AudioStreamFormat
    Attributes
    protected
    Definition Classes
    SpeechSDKBase
  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
    Definition Classes
    SpeechSDKBase
  33. def getExtraFfmpegArgs: Array[String]
    Definition Classes
    SpeechSDKBase
  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
    Definition Classes
    SpeechSDKBase
  38. def getRecordAudioData: Boolean
    Definition Classes
    SpeechSDKBase
  39. def getRecordedFileNameCol: String
    Definition Classes
    SpeechSDKBase
  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
    Definition Classes
    SpeechSDKBase
  44. def getStreamIntermediateResults: Boolean
    Definition Classes
    SpeechSDKBase
  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. def inputStreamToText(stream: InputStream, audioFormat: String, uri: URI, speechKey: String, profanity: String, language: String, format: String, defaultAudioFormat: Option[String], participants: Seq[TranscriptionParticipant]): Iterator[TranscriptionResponse]

    returns

    text transcription of the audio

    Definition Classes
    ConversationTranscriptionSpeechSDKBase
  63. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  64. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  65. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  66. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  67. val language: ServiceParam[String]
    Definition Classes
    SpeechSDKBase
  68. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  69. def logBase(methodName: String): Unit
    Attributes
    protected
    Definition Classes
    BasicLogging
  70. def logClass(): Unit
    Definition Classes
    BasicLogging
  71. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  72. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  73. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  74. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  75. def logErrorBase(methodName: String, e: Exception): Unit
    Attributes
    protected
    Definition Classes
    BasicLogging
  76. def logFit[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  77. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  78. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  79. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  80. def logPredict[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  81. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  82. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  83. def logTrain[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  84. def logTransform[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  85. def logVerb[T](verb: String, f: ⇒ T): T
    Definition Classes
    BasicLogging
  86. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  87. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  88. def makeEventHandler[T](f: (Any, T) ⇒ Unit): EventHandler[T]
    Attributes
    protected
    Definition Classes
    SpeechSDKBase
  89. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  90. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  91. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  92. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  93. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  94. val outputCol: Param[String]

    The name of the output column

    The name of the output column

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

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

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

Inherited from SpeechSDKBase

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