Class SpeechToTextTooltipSettingsBuilder
  
  
  
  
    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    SpeechToTextTooltipSettingsBuilder
   
  
  Assembly: Syncfusion.EJ2.dll
  Syntax
  
    public class SpeechToTextTooltipSettingsBuilder : ControlBuilder
   
  Constructors
  
  
  
  
  SpeechToTextTooltipSettingsBuilder()
  
  
  Declaration
  
    public SpeechToTextTooltipSettingsBuilder()
   
  
  
  
  SpeechToTextTooltipSettingsBuilder(SpeechToTextTooltipSettings)
  
  
  Declaration
  
    public SpeechToTextTooltipSettingsBuilder(SpeechToTextTooltipSettings model)
   
  Parameters
  
  Methods
  
  
  
  
  Content(String)
  The text displayed when the user hovers over the button while it is in the listening state,
showing the start listening option.
 
  
  Declaration
  
    public SpeechToTextTooltipSettingsBuilder Content(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  Position(TooltipPosition)
  Specifies the position of the tooltip in the UI, indicating where the tooltip should appear.
 
  
  Declaration
  
    public SpeechToTextTooltipSettingsBuilder Position(TooltipPosition value)
   
  Parameters
  
  Returns
  
  
  
  
  StopContent(String)
  The text displayed when the user hovers over the button while listening is in progress,
and the button shows the stop icon.
 
  
  Declaration
  
    public SpeechToTextTooltipSettingsBuilder StopContent(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns