Class ID3Tags.ID3Comment

java.lang.Object
org.apache.tika.parser.mp3.ID3Tags.ID3Comment
Enclosing interface:
ID3Tags

public static class ID3Tags.ID3Comment extends Object
Represents a comments in ID3 (especially ID3 v2), where are made up of several parts
  • Constructor Details

    • ID3Comment

      public ID3Comment(String id3v1Text)
      Creates an ID3 v1 style comment tag
    • ID3Comment

      public ID3Comment(String language, String description, String text)
      Creates an ID3 v2 style comment tag
  • Method Details

    • getLanguage

      public String getLanguage()
      Gets the language, if present
    • getDescription

      public String getDescription()
      Gets the description, if present
    • getText

      public String getText()
      Gets the text, if present