Class SPXTranslationRecognitionResult

Declaration

@class SPXTranslationRecognitionResult : SPXRecognitionResult;

Description

Defines the translation recognition result.

Properties

translations

@property (readonly, copy, atomic) NSDictionary * _Nonnull translations;

Translation results. Each item in the dictionary represents a translation result in one of target languages, where the key is the name of the target language, in BCP-47 format, and the value is the translation text in the specified language.