Class tvoice

Unit

Declaration

type tvoice = class(townedpersistent)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected fid: string;

Methods

Protected procedure change();
Public constructor create(aowner: tobject); override;

Properties

Published property identifier: msestring read fidentifier write setidentifier;
Published property voicename: msestring read fvoicename write setvoicename;
Published property variant: msestring read fvariant write setvariant;
Published property language: msestring read flanguage write setlanguage;
Published property variantnum: card8 read fvariantnum write setvariantnum default 0;
Published property gender: genderty read fgender write setgender default gen_none;
Published property age: card8 read fage write setage default 0;
Published property rate: int32 read frate write setrate default espeakRATE_NORMAL;
Published property volume: int32 read fvolume write setvolume default 100;
Published property pitch: int32 read fpitch write setpitch default 50;
Published property range: int32 read frange write setrange default 50;
Published property punctuationlist: msestring read fpunctuationlist write setpunctuationlist;
Published property punctuation: punctuationty read fpunctuation write setpunctuation default pu_none;
Published property capitals: int32 read fcapitals write setcapitals default -1;
Published property wordgap: int32 read fwordgap write setwordgap default -1;

Description

Fields

Protected fid: string;

This item has no description.

Methods

Protected procedure change();

This item has no description.

Public constructor create(aowner: tobject); override;

This item has no description.

Properties

Published property identifier: msestring read fidentifier write setidentifier;

This item has no description.

Published property voicename: msestring read fvoicename write setvoicename;

This item has no description.

Published property variant: msestring read fvariant write setvariant;

This item has no description.

Published property language: msestring read flanguage write setlanguage;

This item has no description.

Published property variantnum: card8 read fvariantnum write setvariantnum default 0;

This item has no description.

Published property gender: genderty read fgender write setgender default gen_none;

This item has no description.

Published property age: card8 read fage write setage default 0;

This item has no description.

Published property rate: int32 read frate write setrate default espeakRATE_NORMAL;

This item has no description.

Published property volume: int32 read fvolume write setvolume default 100;

This item has no description.

Published property pitch: int32 read fpitch write setpitch default 50;

This item has no description.

Published property range: int32 read frange write setrange default 50;

This item has no description.

Published property punctuationlist: msestring read fpunctuationlist write setpunctuationlist;

This item has no description.

Published property punctuation: punctuationty read fpunctuation write setpunctuation default pu_none;

This item has no description.

Published property capitals: int32 read fcapitals write setcapitals default -1;

This item has no description.

Published property wordgap: int32 read fwordgap write setwordgap default -1;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.