Class TransliterableScript

java.lang.Object
com.azure.ai.translation.text.models.CommonScriptModel
com.azure.ai.translation.text.models.TransliterableScript

public final class TransliterableScript extends CommonScriptModel
Script definition with list of script into which given script can be translitered.
  • Method Details

    • getToScripts

      public List<CommonScriptModel> getToScripts()
      Get the toScripts property: List of scripts available to convert text to.
      Returns:
      the toScripts value.