CXSetTranslatingCallAction
An encapsulation of the act of translating a call.
Declaration
class CXSetTranslatingCallActionOverview
CXSetTranslatingCallAction is a concrete subclass of CXCallAction. When a caller chooses to translate a conversation, the system provides translated captions, and a translated transcript of the call and the CXProvider sends the provider(_:perform:) to its delegate. The provider’s delegate calls the fulfill() method to indicate that the action was successfully performed.
Topics
Creating New Actions
Accessing Action Attributes
Completing Actions
Initializers
init(call:isTranslating:localLanguage:remoteLanguage:)init(callUUID:isTranslating:localLanguage:remoteLanguage:)