📄 agentserverobjects_tlb.pas
字号:
// *********************************************************************//
// Interface: IAgentCommandEx
// Flags: (4416) Dual OleAutomation Dispatchable
// GUID: {B0913412-3B44-11D1-ACBA-00C04FD97575}
// *********************************************************************//
IAgentCommandEx = interface(IAgentCommand)
['{B0913412-3B44-11D1-ACBA-00C04FD97575}']
procedure SetHelpContextID(ulID: Integer); safecall;
procedure GetHelpContextID(out pulID: Integer); safecall;
procedure SetVoiceCaption(const bszVoiceCaption: WideString); safecall;
procedure GetVoiceCaption(out pbszVoiceCaption: WideString); safecall;
end;
// *********************************************************************//
// DispIntf: IAgentCommandExDisp
// Flags: (4416) Dual OleAutomation Dispatchable
// GUID: {B0913412-3B44-11D1-ACBA-00C04FD97575}
// *********************************************************************//
IAgentCommandExDisp = dispinterface
['{B0913412-3B44-11D1-ACBA-00C04FD97575}']
procedure SetHelpContextID(ulID: Integer); dispid 1610809344;
procedure GetHelpContextID(out pulID: Integer); dispid 1610809345;
procedure SetVoiceCaption(const bszVoiceCaption: WideString); dispid 1610809346;
procedure GetVoiceCaption(out pbszVoiceCaption: WideString); dispid 1610809347;
procedure SetCaption(const bszCaption: WideString); dispid 1610743808;
procedure GetCaption(out pbszCaption: WideString); dispid 1610743809;
procedure SetVoice(const bszVoice: WideString); dispid 1610743810;
procedure GetVoice(out pbszVoice: WideString); dispid 1610743811;
procedure SetEnabled(bEnabled: Integer); dispid 1610743812;
procedure GetEnabled(out pbEnabled: Integer); dispid 1610743813;
procedure SetVisible(bVisible: Integer); dispid 1610743814;
procedure GetVisible(out pbVisible: Integer); dispid 1610743815;
procedure SetConfidenceThreshold(lThreshold: Integer); dispid 1610743816;
procedure GetConfidenceThreshold(out plThreshold: Integer); dispid 1610743817;
procedure SetConfidenceText(const bszTipText: WideString); dispid 1610743818;
procedure GetConfidenceText(out pbszTipText: WideString); dispid 1610743819;
procedure GetID(out pdwID: Integer); dispid 1610743820;
end;
// *********************************************************************//
// Interface: IAgentCommands
// Flags: (4416) Dual OleAutomation Dispatchable
// GUID: {A7B93C85-7B81-11D0-AC5F-00C04FD97575}
// *********************************************************************//
IAgentCommands = interface(IDispatch)
['{A7B93C85-7B81-11D0-AC5F-00C04FD97575}']
procedure GetCommand(dwCommandID: Integer; out ppunkCommand: IUnknown); safecall;
procedure GetCount(out pdwCount: Integer); safecall;
procedure SetCaption(const bszCaption: WideString); safecall;
procedure GetCaption(out pbszCaption: WideString); safecall;
procedure SetVoice(const bszVoice: WideString); safecall;
procedure GetVoice(out pbszVoice: WideString); safecall;
procedure SetVisible(bVisible: Integer); safecall;
procedure GetVisible(out pbVisible: Integer); safecall;
procedure Add(const bszCaption: WideString; const bszVoice: WideString; bEnabled: Integer;
bVisible: Integer; out pdwID: Integer); safecall;
procedure Insert(const bszCaption: WideString; const bszVoice: WideString; bEnabled: Integer;
bVisible: Integer; dwRefID: Integer; bBefore: Integer; out pdwID: Integer); safecall;
procedure Remove(dwID: Integer); safecall;
procedure RemoveAll; safecall;
end;
// *********************************************************************//
// DispIntf: IAgentCommandsDisp
// Flags: (4416) Dual OleAutomation Dispatchable
// GUID: {A7B93C85-7B81-11D0-AC5F-00C04FD97575}
// *********************************************************************//
IAgentCommandsDisp = dispinterface
['{A7B93C85-7B81-11D0-AC5F-00C04FD97575}']
procedure GetCommand(dwCommandID: Integer; out ppunkCommand: IUnknown); dispid 1610743808;
procedure GetCount(out pdwCount: Integer); dispid 1610743809;
procedure SetCaption(const bszCaption: WideString); dispid 1610743810;
procedure GetCaption(out pbszCaption: WideString); dispid 1610743811;
procedure SetVoice(const bszVoice: WideString); dispid 1610743812;
procedure GetVoice(out pbszVoice: WideString); dispid 1610743813;
procedure SetVisible(bVisible: Integer); dispid 1610743814;
procedure GetVisible(out pbVisible: Integer); dispid 1610743815;
procedure Add(const bszCaption: WideString; const bszVoice: WideString; bEnabled: Integer;
bVisible: Integer; out pdwID: Integer); dispid 1610743816;
procedure Insert(const bszCaption: WideString; const bszVoice: WideString; bEnabled: Integer;
bVisible: Integer; dwRefID: Integer; bBefore: Integer; out pdwID: Integer); dispid 1610743817;
procedure Remove(dwID: Integer); dispid 1610743818;
procedure RemoveAll; dispid 1610743819;
end;
// *********************************************************************//
// Interface: IAgentCommandsEx
// Flags: (4416) Dual OleAutomation Dispatchable
// GUID: {6BA90C00-3910-11D1-ACB3-00C04FD97575}
// *********************************************************************//
IAgentCommandsEx = interface(IAgentCommands)
['{6BA90C00-3910-11D1-ACB3-00C04FD97575}']
procedure GetCommandEx(dwCommandID: Integer; out ppCommandEx: IAgentCommandEx); safecall;
procedure SetDefaultID(dwID: Integer); safecall;
procedure GetDefaultID(out pdwID: Integer); safecall;
procedure SetHelpContextID(ulHelpID: Integer); safecall;
procedure GetHelpContextID(out pulHelpID: Integer); safecall;
procedure SetFontName(const bszFontName: WideString); safecall;
procedure GetFontName(out pbszFontName: WideString); safecall;
procedure SetFontSize(lFontSize: Integer); safecall;
procedure GetFontSize(out lFontSize: Integer); safecall;
procedure SetVoiceCaption(const bszVoiceCaption: WideString); safecall;
procedure GetVoiceCaption(out bszVoiceCaption: WideString); safecall;
procedure AddEx(const bszCaption: WideString; const bszVoice: WideString;
const bszVoiceCaption: WideString; bEnabled: Integer; bVisible: Integer;
ulHelpID: Integer; out pdwID: Integer); safecall;
procedure InsertEx(const bszCaption: WideString; const bszVoice: WideString;
const bszVoiceCaption: WideString; bEnabled: Integer; bVisible: Integer;
ulHelpID: Integer; dwRefID: Integer; bBefore: Integer; out pdwID: Integer); safecall;
procedure SetGlobalVoiceCommandsEnabled(bEnable: Integer); safecall;
procedure GetGlobalVoiceCommandsEnabled(out pbEnabled: Integer); safecall;
end;
// *********************************************************************//
// DispIntf: IAgentCommandsExDisp
// Flags: (4416) Dual OleAutomation Dispatchable
// GUID: {6BA90C00-3910-11D1-ACB3-00C04FD97575}
// *********************************************************************//
IAgentCommandsExDisp = dispinterface
['{6BA90C00-3910-11D1-ACB3-00C04FD97575}']
procedure GetCommandEx(dwCommandID: Integer; out ppCommandEx: IAgentCommandEx); dispid 1610809344;
procedure SetDefaultID(dwID: Integer); dispid 1610809345;
procedure GetDefaultID(out pdwID: Integer); dispid 1610809346;
procedure SetHelpContextID(ulHelpID: Integer); dispid 1610809347;
procedure GetHelpContextID(out pulHelpID: Integer); dispid 1610809348;
procedure SetFontName(const bszFontName: WideString); dispid 1610809349;
procedure GetFontName(out pbszFontName: WideString); dispid 1610809350;
procedure SetFontSize(lFontSize: Integer); dispid 1610809351;
procedure GetFontSize(out lFontSize: Integer); dispid 1610809352;
procedure SetVoiceCaption(const bszVoiceCaption: WideString); dispid 1610809353;
procedure GetVoiceCaption(out bszVoiceCaption: WideString); dispid 1610809354;
procedure AddEx(const bszCaption: WideString; const bszVoice: WideString;
const bszVoiceCaption: WideString; bEnabled: Integer; bVisible: Integer;
ulHelpID: Integer; out pdwID: Integer); dispid 1610809355;
procedure InsertEx(const bszCaption: WideString; const bszVoice: WideString;
const bszVoiceCaption: WideString; bEnabled: Integer; bVisible: Integer;
ulHelpID: Integer; dwRefID: Integer; bBefore: Integer; out pdwID: Integer); dispid 1610809356;
procedure SetGlobalVoiceCommandsEnabled(bEnable: Integer); dispid 1610809357;
procedure GetGlobalVoiceCommandsEnabled(out pbEnabled: Integer); dispid 1610809358;
procedure GetCommand(dwCommandID: Integer; out ppunkCommand: IUnknown); dispid 1610743808;
procedure GetCount(out pdwCount: Integer); dispid 1610743809;
procedure SetCaption(const bszCaption: WideString); dispid 1610743810;
procedure GetCaption(out pbszCaption: WideString); dispid 1610743811;
procedure SetVoice(const bszVoice: WideString); dispid 1610743812;
procedure GetVoice(out pbszVoice: WideString); dispid 1610743813;
procedure SetVisible(bVisible: Integer); dispid 1610743814;
procedure GetVisible(out pbVisible: Integer); dispid 1610743815;
procedure Add(const bszCaption: WideString; const bszVoice: WideString; bEnabled: Integer;
bVisible: Integer; out pdwID: Integer); dispid 1610743816;
procedure Insert(const bszCaption: WideString; const bszVoice: WideString; bEnabled: Integer;
bVisible: Integer; dwRefID: Integer; bBefore: Integer; out pdwID: Integer); dispid 1610743817;
procedure Remove(dwID: Integer); dispid 1610743818;
procedure RemoveAll; dispid 1610743819;
end;
// *********************************************************************//
// Interface: IAgentSpeechInputProperties
// Flags: (4416) Dual OleAutomation Dispatchable
// GUID: {A7B93C87-7B81-11D0-AC5F-00C04FD97575}
// *********************************************************************//
IAgentSpeechInputProperties = interface(IDispatch)
['{A7B93C87-7B81-11D0-AC5F-00C04FD97575}']
procedure GetInstalled(out pbInstalled: Integer); safecall;
procedure GetEnabled(out pbEnabled: Integer); safecall;
procedure GetHotKey(out pbszHotCharKey: WideString); safecall;
procedure GetLCID(out plcidCurrent: LongWord); safecall;
procedure GetEngine(out pbszEngine: WideString); safecall;
procedure SetEngine(const bszEngine: WideString); safecall;
procedure GetListeningTip(out pbListeningTip: Integer); safecall;
end;
// *********************************************************************//
// DispIntf: IAgentSpeechInputPropertiesDisp
// Flags: (4416) Dual OleAutomation Dispatchable
// GUID: {A7B93C87-7B81-11D0-AC5F-00C04FD97575}
// *********************************************************************//
IAgentSpeechInputPropertiesDisp = dispinterface
['{A7B93C87-7B81-11D0-AC5F-00C04FD97575}']
procedure GetInstalled(out pbInstalled: Integer); dispid 1610743808;
procedure GetEnabled(out pbEnabled: Integer); dispid 1610743809;
procedure GetHotKey(out pbszHotCharKey: WideString); dispid 1610743810;
procedure GetLCID(out plcidCurrent: LongWord); dispid 1610743811;
procedure GetEngine(out pbszEngine: WideString); dispid 1610743812;
procedure SetEngine(const bszEngine: WideString); dispid 1610743813;
procedure GetListeningTip(out pbListeningTip: Integer); dispid 1610743814;
end;
// *********************************************************************//
// Interface: IAgentAudioOutputProperties
// Flags: (4416) Dual OleAutomation Dispatchable
// GUID: {A7B93C89-7B81-11D0-AC5F-00C04FD97575}
// *********************************************************************//
IAgentAudioOutputProperties = interface(IDispatch)
['{A7B93C89-7B81-11D0-AC5F-00C04FD97575}']
procedure GetEnabled(out pbEnabled: Integer); safecall;
procedure GetUsingSoundEffects(out pbUsingSoundEffects: Integer); safecall;
end;
// *********************************************************************//
// DispIntf: IAgentAudioOutputPropertiesDisp
// Flags: (4416) Dual OleAutomation Dispatchable
// GUID: {A7B93C89-7B81-11D0-AC5F-00C04FD97575}
// *********************************************************************//
IAgentAudioOutputPropertiesDisp = dispinterface
['{A7B93C89-7B81-11D0-AC5F-00C04FD97575}']
procedure GetEnabled(out pbEnabled: Integer); dispid 1610743808;
procedure GetUsingSoundEffects(out pbUsingSoundEffects: Integer); dispid 1610743809;
end;
// *********************************************************************//
// Interface: IAgentAudioOutputPropertiesEx
// Flags: (4416) Dual OleAutomation Dispatchable
// GUID: {A7B93CA0-7B81-11D0-AC5F-00C04FD97575}
// *********************************************************************//
IAgentAudioOutputPropertiesEx = interface(IAgentAudioOutputProperties)
['{A7B93CA0-7B81-11D0-AC5F-00C04FD97575}']
procedure GetStatus(out plStatus: Integer); safecall;
end;
// *********************************************************************//
// DispIntf: IAgentAudioOutputPropertiesExDisp
// Flags: (4416) Dual OleAutomation Dispatchable
// GUID: {A7B93CA0-7B81-11D0-AC5F-00C04FD97575}
// *********************************************************************//
IAgentAudioOutputPropertiesExDisp = dispinterface
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -