public class Prompt extends Object
Modifier and Type | Field and Description |
---|---|
protected Recording |
recorded |
protected Synthesis |
synthesized |
Constructor and Description |
---|
Prompt(String passedBasename,
File recFolderPath,
File synthFolderPath)
Creates a new instance of Prompt
|
Modifier and Type | Method and Description |
---|---|
String |
getBasename()
Gets the basename for the prompt
|
String |
getPromptText()
Gets the prompt text for the prompt
|
String |
getPromptTranscriptionText()
Gets the prompt transcription text for the prompt
|
int |
getRecCount()
Gets the the number of recordings for the current prompt
|
Recording |
getRecording()
Get the recording object associated to this prompt.
|
Synthesis |
getSynthesis() |
void |
setPromptText(String text)
Sets the prompt text for the prompt
|
void |
setPromptTranscriptionText(String text)
Sets the prompt transcription text for the prompt
|
public String getBasename()
public String getPromptText()
public String getPromptTranscriptionText()
public void setPromptText(String text)
text
- prompt text for the current promptpublic void setPromptTranscriptionText(String text)
text
- prompt transcription text for the current promptpublic Recording getRecording()
public int getRecCount()
public Synthesis getSynthesis()
Copyright © 2000–2016 DFKI GmbH. All rights reserved.