共用方式為


ACSTranscriptionCallFeature 類別

宣告

@interface ACSTranscriptionCallFeature : ACSCallFeature;

Description

用於管理通話轉譯的通話功能

方法

屬性

Delegate - 委派

您提供給接收來自這個 ACSTranscriptionCallFeature 實例之事件的物件。

@property(nonatomic, assign) id<ACSTranscriptionCallFeatureDelegate> delegate;

isTranscriptionActive

指出目前呼叫中的轉譯是否為使用中

@property (readonly) BOOL isTranscriptionActive;