package translate
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Alignment(proj: String) extends Product with Serializable
- case class AlternativeDetectResponse(language: String, score: Double, isTranslationSupported: Boolean, isTransliterationSupported: Boolean) extends Product with Serializable
- case class BackTranslation(normalizedText: String, displayText: String, numExamples: Int, frequencyCount: Int) extends Product with Serializable
- case class BatchRequest(source: SourceInput, storageType: Option[String], targets: Seq[TargetInput]) extends Product with Serializable
- class BreakSentence extends TextTranslatorBase with TextAsOnlyEntity with SynapseMLLogging
- case class BreakSentenceResponse(sentLen: Seq[Int], detectedLanguage: TranslatorDetectedLanguage) extends Product with Serializable
- class Detect extends TextTranslatorBase with TextAsOnlyEntity with SynapseMLLogging
- case class DetectResponse(language: String, score: Double, isTranslationSupported: Boolean, isTransliterationSupported: Boolean, alternative: Seq[AlternativeDetectResponse]) extends Product with Serializable
- class DictionaryExamples extends TextTranslatorBase with HasTextAndTranslationInput with HasFromLanguage with HasToLanguage with HasCognitiveServiceInput with SynapseMLLogging
- case class DictionaryExamplesResponse(normalizedSource: String, normalizedTarget: String, examples: Seq[Example]) extends Product with Serializable
- class DictionaryLookup extends TextTranslatorBase with TextAsOnlyEntity with HasFromLanguage with HasToLanguage with SynapseMLLogging
- case class DictionaryLookupResponse(normalizedSource: String, displaySource: String, translations: Seq[DictionaryTranslation]) extends Product with Serializable
- case class DictionaryTranslation(normalizedTarget: String, displayTarget: String, posTag: String, confidence: Double, prefixWord: String, backTranslations: Seq[BackTranslation]) extends Product with Serializable
- case class DocumentFilter(prefix: Option[String], suffix: Option[String]) extends Product with Serializable
- case class DocumentTranslationInput(inputs: Seq[BatchRequest]) extends Product with Serializable
- class DocumentTranslator extends CognitiveServicesBaseNoHandler with HasInternalJsonOutputParser with HasCognitiveServiceInput with HasServiceName with Wrappable with DocumentTranslatorAsyncReply with SynapseMLLogging with HasSetLinkedService with DomainHelper
- trait DocumentTranslatorAsyncReply extends BasicAsyncReply
- case class Example(sourcePrefix: String, sourceTerm: String, sourceSuffix: String, targetPrefix: String, targetTerm: String, targetSuffix: String) extends Product with Serializable
- case class Glossary(format: String, glossaryUrl: String, storageSource: Option[String], version: Option[String]) extends Product with Serializable
- trait HasFromLanguage extends HasServiceParams
- trait HasSubscriptionRegion extends HasServiceParams
- trait HasTextAndTranslationInput extends HasServiceParams
- trait HasTextInput extends HasServiceParams
- trait HasToLanguage extends HasServiceParams
- case class SentLen(srcSentLen: Seq[Int], transSentLen: Seq[Int]) extends Product with Serializable
- case class SourceInput(filter: Option[DocumentFilter], language: Option[String], sourceUrl: String, storageSource: Option[String]) extends Product with Serializable
- case class SourceText(text: String) extends Product with Serializable
- case class StatusSummary(total: Int, failed: Int, success: Int, inProgress: Int, notYetStarted: Int, cancelled: Int, totalCharacterCharged: Int) extends Product with Serializable
- case class TargetInput(category: Option[String], glossaries: Option[Seq[Glossary]], targetUrl: String, language: String, storageSource: Option[String]) extends Product with Serializable
- case class TextAndTranslation(text: String, translation: String) extends Product with Serializable
- trait TextAsOnlyEntity extends HasTextInput with HasCognitiveServiceInput with HasSubscriptionRegion
- abstract class TextTranslatorBase extends CognitiveServicesBase with HasInternalJsonOutputParser with HasSubscriptionRegion with HasSetLocation with HasSetLinkedServiceUsingLocation
- class Translate extends TextTranslatorBase with TextAsOnlyEntity with SynapseMLLogging
- case class TranslateResponse(detectedLanguage: Option[TranslatorDetectedLanguage], translations: Seq[Translation], sourceText: Option[SourceText]) extends Product with Serializable
- case class Translation(to: String, text: String, transliteration: Option[Transliteration], alignment: Option[Alignment], sentLen: Option[SentLen]) extends Product with Serializable
- case class TranslationStatusResponse(id: String, createdDateTimeUtc: String, lastActionDateTimeUtc: String, status: String, summary: StatusSummary) extends Product with Serializable
- case class TranslatorDetectedLanguage(language: String, score: Double) extends Product with Serializable
- class Transliterate extends TextTranslatorBase with TextAsOnlyEntity with SynapseMLLogging
- case class TransliterateResponse(text: String, script: String) extends Product with Serializable
- case class Transliteration(script: String, text: String) extends Product with Serializable
Value Members
- object BreakSentence extends ComplexParamsReadable[BreakSentence] with Serializable
- object BreakSentenceResponse extends SparkBindings[BreakSentenceResponse]
- object Detect extends ComplexParamsReadable[Detect] with Serializable
- object DetectResponse extends SparkBindings[DetectResponse]
- object DictionaryExamples extends ComplexParamsReadable[DictionaryExamples] with Serializable
- object DictionaryExamplesResponse extends SparkBindings[DictionaryExamplesResponse]
- object DictionaryLookup extends ComplexParamsReadable[DictionaryLookup] with Serializable
- object DictionaryLookupResponse extends SparkBindings[DictionaryLookupResponse]
- object DocumentTranslator extends ComplexParamsReadable[DocumentTranslator] with Serializable
- object Translate extends ComplexParamsReadable[Translate] with Serializable
- object TranslateResponse extends SparkBindings[TranslateResponse]
- object TranslationStatusResponse extends SparkBindings[TranslationStatusResponse]
- object TranslatorJsonProtocol extends DefaultJsonProtocol
- object Transliterate extends ComplexParamsReadable[Transliterate] with Serializable
- object TransliterateResponse extends SparkBindings[TransliterateResponse]