IVSTextMetadataCue
Plaintext timed metdatada cue.
- 
                  
                  
Returns
IVSCueTypeTextMetadata.Declaration
Objective-C
@property (nonatomic, readonly) IVSCueType _Nonnull type;Swift
var type: IVSCue.CueType { get } - 
                  
                  
Text content of the cue.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull text;Swift
var text: String { get } - 
                  
                  
Description of the text content.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull textDescription;Swift
var textDescription: String { get } 
        IVSTextMetadataCue Class Reference