Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As LanguageServiceClient
Dim appId As String
Dim text As String
Dim from As String
Dim to As String
Dim maxTranslations As Integer
Dim options As TranslateOptions
Dim returnValue As GetTranslationsResponse
returnValue = instance.GetTranslations(appId, text, from, to, maxTranslations, options)
Syntax
'Declaration
Public Function GetTranslations ( _
appId As String, _
text As String, _
from As String, _
to As String, _
maxTranslations As Integer, _
options As TranslateOptions _
) As GetTranslationsResponse
public GetTranslationsResponse GetTranslations (
string appId,
string text,
string from,
string to,
int maxTranslations,
TranslateOptions options
)
public:
virtual GetTranslationsResponse^ GetTranslations (
String^ appId,
String^ text,
String^ from,
String^ to,
int maxTranslations,
TranslateOptions^ options
) sealed
public final GetTranslationsResponse GetTranslations (
String appId,
String text,
String from,
String to,
int maxTranslations,
TranslateOptions options
)
public final function GetTranslations (
appId : String,
text : String,
from : String,
to : String,
maxTranslations : int,
options : TranslateOptions
) : GetTranslationsResponse
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
LanguageServiceClient Class
LanguageServiceClient Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.