Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.