Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
9f9f799a
Commit
9f9f799a
authored
Jul 05, 2023
by
Bernhard Kölbl
Committed by
Alexandre Julliard
Jul 05, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add VoiceCommandSet runtimeclass with its dependencies.
parent
4a020b2f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
windows.media.speechrecognition.idl
include/windows.media.speechrecognition.idl
+28
-0
No files found.
include/windows.media.speechrecognition.idl
View file @
9f9f799a
...
...
@@ -60,6 +60,7 @@ namespace Windows {
interface
ISpeechRecognizerStatics2
;
interface
ISpeechRecognizerTimeouts
;
interface
ISpeechRecognizerUIOptions
;
interface
IVoiceCommandSet
;
runtimeclass
SpeechContinuousRecognitionCompletedEventArgs
;
runtimeclass
SpeechContinuousRecognitionResultGeneratedEventArgs
;
runtimeclass
SpeechContinuousRecognitionSession
;
...
...
@@ -74,6 +75,7 @@ namespace Windows {
runtimeclass
SpeechRecognizerStateChangedEventArgs
;
runtimeclass
SpeechRecognizerTimeouts
;
runtimeclass
SpeechRecognizerUIOptions
;
runtimeclass
VoiceCommandSet
;
}
}
}
...
...
@@ -472,6 +474,22 @@ namespace Windows {
}
[
contract
(
Windows
.
Phone.PhoneContract
,
1.0
),
deprecated
(
"Use Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinition"
,
deprecate
,
Windows
.
Phone.PhoneContract
,
1.0
),
exclusiveto
(
Windows
.
Media.SpeechRecognition.VoiceCommandSet)
,
uuid
(
0b
edda75
-
46
e6
-
4b11
-
a088
-
5
c68632899b5
)
]
interface
IVoiceCommandSet
:
IInspectable
{
[
deprecated
(
"Use Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinition"
,
deprecate
,
Windows
.
Phone.PhoneContract
,
1.0
)
]
[
propget
]
HRESULT
Language
(
[
out
,
retval
]
HSTRING
*
value
)
;
[
deprecated
(
"Use Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinition"
,
deprecate
,
Windows
.
Phone.PhoneContract
,
1.0
)
]
[
propget
]
HRESULT
Name
(
[
out
,
retval
]
HSTRING
*
value
)
;
[
deprecated
(
"Use Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinition"
,
deprecate
,
Windows
.
Phone.PhoneContract
,
1.0
)
]
HRESULT
SetPhraseListAsync
(
[
in
]
HSTRING
phrase_list_name
,
[
in
]
Windows
.
Foundation.Collections.IIterable<HSTRING>
*
phrase_list
,
[
out
,
retval
]
Windows
.
Foundation.IAsyncAction
**
update_action
)
;
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
marshaling_behavior
(
agile
),
threading
(
both
)
...
...
@@ -610,6 +628,16 @@ namespace Windows {
{
[
default
]
interface
Windows
.
Media.SpeechRecognition.ISpeechRecognizerUIOptions;
}
[
contract
(
Windows
.
Phone.PhoneContract
,
1.0
),
deprecated
(
"Use Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinition"
,
deprecate
,
Windows
.
Phone.PhoneContract
,
1.0
),
marshaling_behavior
(
agile
)
]
runtimeclass
VoiceCommandSet
{
[
default
]
interface
Windows
.
Media.SpeechRecognition.IVoiceCommandSet;
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment