Class DictionaryExampleItem

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

public final class DictionaryExampleItem extends Object
Dictionary Example element.
  • Method Details

    • getNormalizedSource

      public String getNormalizedSource()
      Get the normalizedSource property: A string giving the normalized form of the source term. Generally, this should be identical to the value of the Text field at the matching list index in the body of the request.
      Returns:
      the normalizedSource value.
    • getNormalizedTarget

      public String getNormalizedTarget()
      Get the normalizedTarget property: A string giving the normalized form of the target term. Generally, this should be identical to the value of the Translation field at the matching list index in the body of the request.
      Returns:
      the normalizedTarget value.
    • getExamples

      public List<DictionaryExample> getExamples()
      Get the examples property: A list of examples for the (source term, target term) pair.
      Returns:
      the examples value.