Returns the internal identifier for this voice.
int get id { final OperationResult result = objectMethod(pointerId, 'Voice', 'getId'); return result['result']; }