TextProcessing
        
    Table of Contents
    
    Namespaces
    
            - Events
 
            - Exception
 
    
    
        Interfaces
        
    
    
                    - IManager
 - API surface for apps interacting with and making use of LanguageModel providers
without known which providers are installed
             - IProvider
 - This is the interface that is implemented by apps that
implement a text processing provider
             - IProviderWithExpectedRuntime
 - This interface  allows the system to learn the provider's expected runtime
             - IProviderWithId
 - This is the interface that is implemented by apps that
implement a text processing provider
             - IProviderWithUserId
 - This interface allows providers to access the user that initiated the task being run.
             - ITaskType
 - This is a task type interface that is implemented by text processing
task types
     
    
        Classes
        
    
    
                    - FreePromptTaskType
 - This is the text processing task type for free prompting
             - HeadlineTaskType
 - This is the text processing task type for creating headline
             - SummaryTaskType
 - This is the text processing task type for summaries
             - Task
 - This is a text processing task
             - TopicsTaskType
 - This is the text processing task type for topics extraction