Skip to content

Commit a580b0e

Browse files
dxrobotvladaskorohodovampreyskurantov
authored
DocGen 25_2 [09/24/25] - dxSpeechToText (DevExpress#8034)
* DocGen 25_2 result * Move SpeechToText from NewTopics * typesPathMap.json * dxSpeechToText/9 Types/EventsTypes: id -> uid * dxSpeechToText/9 Types/NonEventsTypes: generateTypeLink --------- Co-authored-by: Vlada Skorokhodova <[email protected]> Co-authored-by: Mikhail Preyskurantov <[email protected]>
1 parent 3fa1bc4 commit a580b0e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+669
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
id: ErrorsUIWidgets.E1065
3+
---
4+
---
5+
##### shortDescription
6+
<!-- Description goes here -->
7+
8+
---
9+
<!-- Description goes here -->
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
id: ErrorsUIWidgets.E1066
3+
---
4+
---
5+
##### shortDescription
6+
<!-- Description goes here -->
7+
8+
---
9+
<!-- Description goes here -->
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
##### shortDescription
3+
<!-- Description goes here -->
4+
5+
---
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
id: dxSpeechToText.Options.customSpeechRecognizer
3+
type: CustomSpeechRecognizer
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
---
10+
<!-- Description goes here -->
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
id: dxSpeechToText.Options.onContentReady
3+
type: function(e)
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
##### param(e): ui/speech_to_text:ContentReadyEvent
10+
<!-- Description goes here -->
11+
12+
##### field(e.component): {WidgetName}
13+
<!-- Description goes here -->
14+
15+
##### field(e.element): DxElement
16+
<!-- Description goes here -->
17+
18+
---
19+
<!-- Description goes here -->
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
id: dxSpeechToText.Options.onDisposing
3+
type: function(e)
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
##### param(e): ui/speech_to_text:DisposingEvent
10+
<!-- Description goes here -->
11+
12+
##### field(e.component): {WidgetName}
13+
<!-- Description goes here -->
14+
15+
##### field(e.element): DxElement
16+
<!-- Description goes here -->
17+
18+
---
19+
<!-- Description goes here -->
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
id: dxSpeechToText.Options.onError
3+
type: function(e) | undefined
4+
default: undefined
5+
---
6+
---
7+
##### shortDescription
8+
<!-- Description goes here -->
9+
10+
##### param(e): ui/speech_to_text:ErrorEvent
11+
<!-- Description goes here -->
12+
13+
##### field(e.component): {WidgetName}
14+
<!-- Description goes here -->
15+
16+
##### field(e.element): DxElement
17+
<!-- Description goes here -->
18+
19+
---
20+
<!-- Description goes here -->
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
id: dxSpeechToText.Options.onInitialized
3+
type: function(e)
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
##### param(e): ui/speech_to_text:InitializedEvent
10+
<!-- Description goes here -->
11+
12+
##### field(e.component): {WidgetName}
13+
<!-- Description goes here -->
14+
15+
##### field(e.element): DxElement
16+
<!-- Description goes here -->
17+
18+
---
19+
<!-- Description goes here -->
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
id: dxSpeechToText.Options.onOptionChanged
3+
type: function(e)
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
##### param(e): ui/speech_to_text:OptionChangedEvent
10+
<!-- Description goes here -->
11+
12+
##### field(e.component): {WidgetName}
13+
<!-- Description goes here -->
14+
15+
##### field(e.element): DxElement
16+
<!-- Description goes here -->
17+
18+
##### field(e.fullName): String
19+
<!-- Description goes here -->
20+
21+
##### field(e.name): String
22+
<!-- Description goes here -->
23+
24+
##### field(e.previousValue): any
25+
<!-- Description goes here -->
26+
27+
##### field(e.value): any
28+
<!-- Description goes here -->
29+
30+
---
31+
<!-- Description goes here -->
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
id: dxSpeechToText.Options.onResult
3+
type: function(e) | undefined
4+
default: undefined
5+
---
6+
---
7+
##### shortDescription
8+
<!-- Description goes here -->
9+
10+
##### param(e): ui/speech_to_text:ResultEvent
11+
<!-- Description goes here -->
12+
13+
##### field(e.component): {WidgetName}
14+
<!-- Description goes here -->
15+
16+
##### field(e.element): DxElement
17+
<!-- Description goes here -->
18+
19+
---
20+
<!-- Description goes here -->

0 commit comments

Comments
 (0)