type exposes the following members.
|
| Name | Description |
|---|
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
  | 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.
|
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
  | 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.
|
 | ToString | (Inherited from Object.) |
  | 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.
|