LanguageService.AddTranslation Method (String, String, String, String, String, Int32, String, 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/AddTranslation",
ReplyAction = "http://api.microsofttranslator.com/V2/LanguageService/AddTranslationResponse")]
void AddTranslation(
string appId,
string originalText,
string translatedText,
string from,
string to,
int rating,
string contentType,
string category,
string user,
string uri
)
<OperationContractAttribute(Action := "http://api.microsofttranslator.com/V2/LanguageService/AddTranslation",
ReplyAction := "http://api.microsofttranslator.com/V2/LanguageService/AddTranslationResponse")>
Sub AddTranslation (
appId As String,
originalText As String,
translatedText As String,
from As String,
to As String,
rating As Integer,
contentType As String,
category As String,
user As String,
uri As String
)
Parameters
- appId
Type: System.String
- originalText
Type: System.String
- translatedText
Type: System.String
- from
Type: System.String
- to
Type: System.String
- rating
Type: System.Int32
- contentType
Type: System.String
- category
Type: System.String
- user
Type: System.String
- uri
Type: System.String
See Also
LanguageService Interface
Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService Namespace
Return to top
Unified Service Desk 2.0
© 2016 Microsoft. All rights reserved. Copyright