다음을 통해 공유


ACSTranscriptionCallFeature 클래스

선언

@interface ACSTranscriptionCallFeature : ACSCallFeature;

Description

통화 전사를 관리하기 위한 통화 기능

메서드

속성

대리자(delegate)

이 ACSTranscriptionCallFeature instance 이벤트를 수신하기 위해 제공하는 개체입니다.

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

isTranscriptionActive

현재 호출에서 전사가 활성 상태인지를 나타냅니다.

@property (readonly) BOOL isTranscriptionActive;