Class TransliteratedText

java.lang.Object
com.azure.ai.translation.text.models.TransliteratedText

public final class TransliteratedText extends Object
Transliterated text element.
  • Method Details

    • getText

      public String getText()
      Get the text property: A string which is the result of converting the input string to the output script.
      Returns:
      the text value.
    • getScript

      public String getScript()
      Get the script property: A string specifying the script used in the output.
      Returns:
      the script value.