Class SpeakerName


  • public class SpeakerName
    extends Object
    A object representing information provided about a speaker Used for speech-to-text jobs submitted to be transcribed by a human.
    • Constructor Detail

      • SpeakerName

        public SpeakerName()
    • Method Detail

      • getDisplayName

        public String getDisplayName()
        Returns the displayed name of the speaker
        Returns:
        the displayed name of the speaker
      • setDisplayName

        public void setDisplayName​(String displayName)
        Sets the displayed name of the speaker
        Parameters:
        displayName - the displayed name of the speaker