Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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/TranslateArray",
ReplyAction = "http://api.microsofttranslator.com/V2/LanguageService/TranslateArrayResponse")]
TranslateArrayResponse[] TranslateArray(
string appId,
string[] texts,
string from,
string to,
TranslateOptions options
)
<OperationContractAttribute(Action := "http://api.microsofttranslator.com/V2/LanguageService/TranslateArray",
ReplyAction := "http://api.microsofttranslator.com/V2/LanguageService/TranslateArrayResponse")>
Function TranslateArray (
appId As String,
texts As String(),
from As String,
to As String,
options As TranslateOptions
) As TranslateArrayResponse()
Parameters
- appId
Type: System.String
- texts
Type: System.String[]
- from
Type: System.String
- to
Type: System.String
- options
Type: Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService.TranslateOptions
Return Value
Type: Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService.TranslateArrayResponse[]
See Also
LanguageService Interface
Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService Namespace
Return to top
Unified Service Desk 2.0
© 2016 Microsoft. All rights reserved. Copyright