LanguageService.BreakSentences Method (String, String, String)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Syntax
[OperationContractAttribute(Action = "http://api.microsofttranslator.com/V2/LanguageService/BreakSentences",
ReplyAction = "http://api.microsofttranslator.com/V2/LanguageService/BreakSentencesResponse")]
int[] BreakSentences(
string appId,
string text,
string language
)
<OperationContractAttribute(Action := "http://api.microsofttranslator.com/V2/LanguageService/BreakSentences",
ReplyAction := "http://api.microsofttranslator.com/V2/LanguageService/BreakSentencesResponse")>
Function BreakSentences (
appId As String,
text As String,
language As String
) As Integer()
Parameters
- appId
Type: System.String
- text
Type: System.String
- language
Type: System.String
Return Value
Type: System.Int32[]
See Also
LanguageService Interface
Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright