Interface PhonemeTranscription.Builder

  • Method Details

    • value

      Value which indicates how to pronounce the value.

      Parameters:
      value - Value which indicates how to pronounce the value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • language

      A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.

      Parameters:
      language - A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • preferred

      PhonemeTranscription.Builder preferred(Boolean preferred)

      Boolean which indicates if it the preferred pronunciation.

      Parameters:
      preferred - Boolean which indicates if it the preferred pronunciation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.