Returns the Language associated with this voice.
Language get language { final OperationResult result = objectMethod( pointerId, 'Voice', 'getLanguage', ); return Language.fromJson(result['result']); }