SpeechToTextBuilder.ID(String) Method
Sets the HTML id attribute for the control root element.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public SpeechToTextBuilder ID(
string id
)
Parameters
| Name | Type | Description |
|---|---|---|
| id | String | The HTML |
Returns
| Type | Description |
|---|---|
| SpeechToTextBuilder | A reference to this instance after the method is called. |
See Also