setModelType method
- int modelType
Sets the G2P model type.
modelType is the G2P model type constant.
Implementation
void setModelType(int modelType) {
int status = ailiaVoice.ailiaVoiceSetModelType(ppAilia!.value, modelType);
throwError("ailiaVoiceSetModelType", status);
}