Udostępnij za pośrednictwem


LanguageServiceClient.Translate Method

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 contentType As String
Dim category As String
Dim returnValue As String

returnValue = instance.Translate(appId, text, from, to, contentType, category)

Syntax

'Declaration
Public Function Translate ( _
    appId As String, _
    text As String, _
    from As String, _
    to As String, _
    contentType As String, _
    category As String _
) As String
public string Translate (
    string appId,
    string text,
    string from,
    string to,
    string contentType,
    string category
)
public:
virtual String^ Translate (
    String^ appId, 
    String^ text, 
    String^ from, 
    String^ to, 
    String^ contentType, 
    String^ category
) sealed
public final String Translate (
    String appId, 
    String text, 
    String from, 
    String to, 
    String contentType, 
    String category
)
public final function Translate (
    appId : String, 
    text : String, 
    from : String, 
    to : String, 
    contentType : String, 
    category : String
) : String

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.