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.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As LanguageService
Dim appId As String
Dim texts As String()
Dim from As String
Dim to As String
Dim options As TranslateOptions
Dim returnValue As TranslateArrayResponse()
returnValue = instance.TranslateArray(appId, texts, from, to, options)
Syntax
'Declaration
<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()
[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=L"http://api.microsofttranslator.com/V2/LanguageService/TranslateArray", ReplyAction=L"http://api.microsofttranslator.com/V2/LanguageService/TranslateArrayResponse")]
array<TranslateArrayResponse^>^ TranslateArray (
String^ appId,
array<String^>^ texts,
String^ from,
String^ to,
TranslateOptions^ options
)
/** @attribute 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 : String,
texts : String[],
from : String,
to : String,
options : TranslateOptions
) : TranslateArrayResponse[]
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
LanguageService Interface
LanguageService Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.