TranslateClientTranslateHtmlAsync Method

Asynchronously translates the specified text to the target language..

Definition

Namespace: DevCase.ThirdParty.Google.Translate
Assembly: DevCase.net48.ThirdParty.GoogleServices (in DevCase.net48.ThirdParty.GoogleServices.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Task<string> TranslateHtmlAsync(
	string html,
	GoogleLanguage from,
	GoogleLanguage to
)

Parameters

html  String
The Html to translate.
from  GoogleLanguage
The source language.
to  GoogleLanguage

[Missing <param name="to"/> documentation for "M:DevCase.ThirdParty.Google.Translate.TranslateClient.TranslateHtmlAsync(System.String,DevCase.Core.Networking.GoogleServices.GoogleLanguage,DevCase.Core.Networking.GoogleServices.GoogleLanguage)"]

Return Value

TaskString
The resulting TaskTResult containing the translated Html.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also