LanguageServiceClient.Detect 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 returnValue As String

returnValue = instance.Detect(appId, text)

Syntax

'Declaration
Public Function Detect ( _
    appId As String, _
    text As String _
) As String
public string Detect (
    string appId,
    string text
)
public:
virtual String^ Detect (
    String^ appId, 
    String^ text
) sealed
public final String Detect (
    String appId, 
    String text
)
public final function Detect (
    appId : String, 
    text : 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.