Class SpeakerName
- java.lang.Object
-
- ai.rev.speechtotext.models.asynchronous.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 Summary
Constructors Constructor Description SpeakerName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()Returns the displayed name of the speakervoidsetDisplayName(String displayName)Sets the displayed name of the speaker
-
-
-
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
-
-