public class VoiceInfo
extends java.lang.Object
| Constructor and Description |
|---|
VoiceInfo(java.lang.String pname,
double distance)
Creates the class to store information of voice.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDistance()
Retrieves the distance of a specific voice.
|
java.lang.String |
getPname()
Retrieves the package name of a specific voice.
|