The TranslatorService type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| TranslatorService | Initializes a new instance of the TranslatorService class |
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
| GetLanguagesForSpeakAsync(String, ServiceAgent GetLanguagesForSpeakResult OnCompleteDelegate, Object, String) |
Helper method to initiate the call that gets the supported languages for speak method.
| |
| GetLanguagesForSpeakAsync(String, String, ServiceAgent GetLanguagesForSpeakResult OnCompleteDelegate, Object, String) |
Helper method to initiate the call that gets the supported languages for speak method.
| |
| GetLanguagesForTranslateAsync(String, ServiceAgent GetLanguagesForTranslateResult OnCompleteDelegate, Object, String) |
Helper method to initiate the call that gets the supported languages for translate method.
| |
| GetLanguagesForTranslateAsync(String, String, ServiceAgent GetLanguagesForTranslateResult OnCompleteDelegate, Object, String) |
Helper method to initiate the call that gets the supported languages for translate method.
| |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| SpeakAsync(String, String, ServiceAgent SpeakResult OnCompleteDelegate, Object, String, String, String) |
Helper method to initiate the call that speak method.
| |
| SpeakAsync(String, String, String, ServiceAgent SpeakResult OnCompleteDelegate, Object, String, String, String) |
Helper method to initiate the call that speak method.
| |
Returns a string that represents the current object. (Inherited from | ||
| TranslateAsync(String, String, String, ServiceAgent TranslateResult OnCompleteDelegate, Object, String) |
Helper method to initiate the call that translate method.
| |
| TranslateAsync(String, String, String, String, ServiceAgent TranslateResult OnCompleteDelegate, Object, String) |
Helper method to initiate the call that translate method.
|
See Also