Platform SDK: Web Telephony Engine

TTSMode.Gender Property

The Gender property retrieves a value that identifies the gender of the voice.

Syntax

[ lGender = ]TTSMode.Gender

Possible Values

lGender
Integer specifying the gender. It can have one of these values:
GENDER_FEMALE
Female.
GENDER_MALE
Male.
GENDER_NEUTRAL
Not perceptibly male or female.

This property is read-only.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

TTSMode