Class ID3Frame.Text
- 
                    
                    - All Implemented Interfaces:
 
 public final class ID3Frame.Text extends ID3Frame A text ID3 frame. See section 4.2 of https://id3.org/id3v2.4.0-frames for more information. 
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description ID3Frame.Text(String id, String description, String text)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final StringgetDescription()The description of the text. final StringgetText()The text contents. 
 
-