Udostępnij za pośrednictwem


LanguageServiceClient.BreakSentences 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 language As String
Dim returnValue As Integer()

returnValue = instance.BreakSentences(appId, text, language)

Syntax

'Declaration
Public Function BreakSentences ( _
    appId As String, _
    text As String, _
    language As String _
) As Integer()
public int[] BreakSentences (
    string appId,
    string text,
    string language
)
public:
virtual array<int>^ BreakSentences (
    String^ appId, 
    String^ text, 
    String^ language
) sealed
public final int[] BreakSentences (
    String appId, 
    String text, 
    String language
)
public final function BreakSentences (
    appId : String, 
    text : String, 
    language : String
) : int[]

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.