Class SPXConversationTranslationResult
Declaration
@class SPXConversationTranslationResult : SPXTranslationRecognitionResult;
Description
Defines the result of conversation translation.
Properties
originalLang
@property (readonly, copy, atomic) NSString * _Nullable originalLang;
A string that represents the original language this result was in.
participantId
@property (readonly, copy, atomic) NSString * _Nullable participantId;
A string that represents the unique identifier for the participant this result is for.