LanguageService.DetectArray 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 returnValue As String()
returnValue = instance.DetectArray(appId, texts)
Syntax
'Declaration
<OperationContractAttribute(Action:="http://api.microsofttranslator.com/V2/LanguageService/DetectArray", ReplyAction:="http://api.microsofttranslator.com/V2/LanguageService/DetectArrayResponse")> _
Function DetectArray ( _
appId As String, _
texts As String() _
) As String()
[OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/DetectArray", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/DetectArrayResponse")]
string[] DetectArray (
string appId,
string[] texts
)
[OperationContractAttribute(Action=L"http://api.microsofttranslator.com/V2/LanguageService/DetectArray", ReplyAction=L"http://api.microsofttranslator.com/V2/LanguageService/DetectArrayResponse")]
array<String^>^ DetectArray (
String^ appId,
array<String^>^ texts
)
/** @attribute OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/DetectArray", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/DetectArrayResponse") */
String[] DetectArray (
String appId,
String[] texts
)
OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/DetectArray", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/DetectArrayResponse")
function DetectArray (
appId : String,
texts : String[]
) : String[]
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.