ISpeechVoice class com

Inheritance

Constructors

ISpeechVoice(Pointer<COMObject> ptr)
ISpeechVoice.from(IUnknown interface)
factory

Properties

alertBoundary int
getter/setter pair
allowAudioOutputFormatChangesOnNextSet int
getter/setter pair
audioOutput Pointer<COMObject>
no setter
audioOutputStream Pointer<COMObject>
no setter
eventInterests int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
priority int
getter/setter pair
ptr Pointer<COMObject>
getter/setter pairinherited
rate int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Pointer<COMObject>
no setter
synchronousSpeakTimeout int
getter/setter pair
voice Pointer<COMObject>
no setter
volume int
getter/setter pair

Methods

addRef() int
Increments the reference count for an interface pointer to a COM object.
inherited
detach() → void
Detaches the object from the Finalizer.
inherited
displayUI(int hWndParent, Pointer<Utf16> Title, Pointer<Utf16> TypeOfUI, Pointer<VARIANT> ExtraData) int
getAudioOutputs(Pointer<Utf16> RequiredAttributes, Pointer<Utf16> OptionalAttributes, Pointer<Pointer<COMObject>> ObjectTokens) int
getIDsOfNames(Pointer<GUID> riid, Pointer<Pointer<Utf16>> rgszNames, int cNames, int lcid, Pointer<Int32> rgDispId) int
inherited
getTypeInfo(int iTInfo, int lcid, Pointer<Pointer<COMObject>> ppTInfo) int
inherited
getTypeInfoCount(Pointer<Uint32> pctinfo) int
inherited
getVoices(Pointer<Utf16> RequiredAttributes, Pointer<Utf16> OptionalAttributes, Pointer<Pointer<COMObject>> ObjectTokens) int
invoke(int dispIdMember, Pointer<GUID> riid, int lcid, int wFlags, Pointer<DISPPARAMS> pDispParams, Pointer<VARIANT> pVarResult, Pointer<EXCEPINFO> pExcepInfo, Pointer<Uint32> puArgErr) int
inherited
isUISupported(Pointer<Utf16> TypeOfUI, Pointer<VARIANT> ExtraData, Pointer<Int16> Supported) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() int
putref_AudioOutput(Pointer<COMObject> AudioOutput) int
putref_AudioOutputStream(Pointer<COMObject> AudioOutputStream) int
putref_Voice(Pointer<COMObject> Voice) int
queryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
Queries a COM object for a pointer to one of its interface; identifying the interface by a reference to its interface identifier (IID).
inherited
release() int
Decrements the reference count for an interface on a COM object.
inherited
resume() int
skip(Pointer<Utf16> Type, int NumItems, Pointer<Int32> NumSkipped) int
speak(Pointer<Utf16> Text, int Flags, Pointer<Int32> StreamNumber) int
speakCompleteEvent(Pointer<Int32> Handle) int
speakStream(Pointer<COMObject> Stream, int Flags, Pointer<Int32> StreamNumber) int
toInterface(String iid) Pointer<COMObject>
Cast an existing COM object to a specified interface.
inherited
toString() String
A string representation of this object.
inherited
waitUntilDone(int msTimeout, Pointer<Int16> Done) int

Operators

operator ==(Object other) bool
The equality operator.
inherited