LanguageService.GetTranslationsArray Method
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 maxTranslations As Integer
Dim options As TranslateOptions
Dim returnValue As GetTranslationsResponse()
returnValue = instance.GetTranslationsArray(appId, texts, from, to, maxTranslations, options)
Syntax
'Declaration
<OperationContractAttribute(Action:="http://api.microsofttranslator.com/V2/LanguageService/GetTranslationsArray", ReplyAction:="http://api.microsofttranslator.com/V2/LanguageService/GetTranslationsArrayResponse")> _
Function GetTranslationsArray ( _
appId As String, _
texts As String(), _
from As String, _
to As String, _
maxTranslations As Integer, _
options As TranslateOptions _
) As GetTranslationsResponse()
[OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/GetTranslationsArray", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/GetTranslationsArrayResponse")]
GetTranslationsResponse[] GetTranslationsArray (
string appId,
string[] texts,
string from,
string to,
int maxTranslations,
TranslateOptions options
)
[OperationContractAttribute(Action=L"http://api.microsofttranslator.com/V2/LanguageService/GetTranslationsArray", ReplyAction=L"http://api.microsofttranslator.com/V2/LanguageService/GetTranslationsArrayResponse")]
array<GetTranslationsResponse^>^ GetTranslationsArray (
String^ appId,
array<String^>^ texts,
String^ from,
String^ to,
int maxTranslations,
TranslateOptions^ options
)
/** @attribute OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/GetTranslationsArray", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/GetTranslationsArrayResponse") */
GetTranslationsResponse[] GetTranslationsArray (
String appId,
String[] texts,
String from,
String to,
int maxTranslations,
TranslateOptions options
)
OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/GetTranslationsArray", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/GetTranslationsArrayResponse")
function GetTranslationsArray (
appId : String,
texts : String[],
from : String,
to : String,
maxTranslations : int,
options : TranslateOptions
) : GetTranslationsResponse[]
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.