ITranslatorService Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ITranslatorServiceClient interface specifies properties and methods to translate text in various supported languages.
public interface ITranslatorService
type ITranslatorService = interface
Public Interface ITranslatorService
- Derived
Language |
Gets or sets the string representing the supported language code to translate the text in. |
Subscription |
Gets or sets the Subscription key that is necessary to use Microsoft Translator Service. |
Detect |
Detects the language of a text. |
Detect |
Detects the language of a text. |
Detect |
Detects the language of a text. |
Get |
Retrieves friendly names for the languages available for text translation. |
Get |
Retrieves the languages available for translation. |
Initialize |
Initializes the TranslatorService class by getting an access token for the service. |
Initialize |
Initializes the TranslatorService class by getting an access token for the service. |
Translate |
Translates a text string into the specified language. |
Translate |
Translates a text string into the specified language. |
Translate |
Translates a list of sentences into the specified languages. |
Translate |
Translates a list of sentences into the specified languages. |
Translate |
Translates a list of sentences into the specified language. |
Translate |
Translates a text string into the specified languages. |
Translate |
Translates a text into the specified languages. |
Translate |
Translates a text string into the specified languages. |
Translate |
Translates a text string into the specified language. |
Producto | Versiones |
---|---|
Windows Community Toolkit | 6.1.1 |