Class SPXTranslationSynthesisResult

Declaration

@class SPXTranslationSynthesisResult : NSObject;

Description

Defines the translation synthesis result, i.e. the voice output of the translated text in the target language.

Properties

reason

@property (readonly, atomic) SPXResultReason reason;

The reason the result was created.

audio

@property (readonly, copy, atomic) NSData * _Nullable audio;

The voice output of the translated text in the target language.