CTI32 Class Library

cti.PlayTimeSpanish Method

(Spanish) This intelligently speaks a time that you pass.. For example, 23:01 would be spoken Eleven oh-one PM.. The VAP file handle that you pass in must be in a compatible format. In other words, the voice segments must be in certain prompt #’s. For example, the word ONE would need to be in prompt #1. For information on what phrases need to be where, please see the SYSTEM VAP FORMAT appendix. The SYSTEM VAP file can either be on disk or in memory. Expects time format as HH:MM. (With a colon in the middle – exactly 5 characters)

Overload List

(Spanish) This intelligently speaks a time that you pass.. For example, 23:01 would be spoken Eleven oh-one PM.. The VAP file handle that you pass in must be in a compatible format. In other words, the voice segments must be in certain prompt #’s. For example, the word ONE would need to be in prompt #1. For information on what phrases need to be where, please see the SYSTEM VAP FORMAT appendix. The SYSTEM VAP file can either be on disk or in memory. Expects time format as HH:MM. (With a colon in the middle – exactly 5 characters)

public static TermCode PlayTimeSpanish(int,Source,VoiceFormat,byte[],int,string,string,int,string);

(Spanish) This intelligently speaks a time that you pass.. For example, 23:01 would be spoken Eleven oh-one PM.. The VAP file handle that you pass in must be in a compatible format. In other words, the voice segments must be in certain prompt #’s. For example, the word ONE would need to be in prompt #1. For information on what phrases need to be where, please see the SYSTEM VAP FORMAT appendix. The SYSTEM VAP file can either be on disk or in memory. Expects time format as HH:MM. (With a colon in the middle – exactly 5 characters)

public static TermCode PlayTimeSpanish(int,Source,VoiceFormat,string,int,string,string,int,string);

See Also

cti Class | CTI32NetLib Namespace