Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 text As String
Dim language As String
Dim format As String
Dim options As String
Dim returnValue As String
returnValue = instance.Speak(appId, text, language, format, options)
Syntax
'Declaration
<OperationContractAttribute(Action:="http://api.microsofttranslator.com/V2/LanguageService/Speak", ReplyAction:="http://api.microsofttranslator.com/V2/LanguageService/SpeakResponse")> _
Function Speak ( _
appId As String, _
text As String, _
language As String, _
format As String, _
options As String _
) As String
[OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/Speak", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/SpeakResponse")]
string Speak (
string appId,
string text,
string language,
string format,
string options
)
[OperationContractAttribute(Action=L"http://api.microsofttranslator.com/V2/LanguageService/Speak", ReplyAction=L"http://api.microsofttranslator.com/V2/LanguageService/SpeakResponse")]
String^ Speak (
String^ appId,
String^ text,
String^ language,
String^ format,
String^ options
)
/** @attribute OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/Speak", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/SpeakResponse") */
String Speak (
String appId,
String text,
String language,
String format,
String options
)
OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/Speak", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/SpeakResponse")
function Speak (
appId : String,
text : String,
language : String,
format : String,
options : 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.