Returns the human-readable name of the voice.
String get name { final OperationResult result = objectMethod(pointerId, 'Voice', 'getName'); return result['result']; }