Package org.apache.tika.parser.image
Class HeifParser
- java.lang.Object
-
- org.apache.tika.parser.AbstractParser
-
- org.apache.tika.parser.image.AbstractImageParser
-
- org.apache.tika.parser.image.HeifParser
-
- All Implemented Interfaces:
Serializable
,Parser
public class HeifParser extends AbstractImageParser
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.tika.parser.image.AbstractImageParser
OCR_MEDIATYPE_PREFIX
-
-
Constructor Summary
Constructors Constructor Description HeifParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<MediaType>
getSupportedTypes(ParseContext context)
Returns the set of media types supported by this parser when used with the given parse context.-
Methods inherited from class org.apache.tika.parser.image.AbstractImageParser
parse
-
Methods inherited from class org.apache.tika.parser.AbstractParser
parse
-
-
-
-
Method Detail
-
getSupportedTypes
public Set<MediaType> getSupportedTypes(ParseContext context)
Description copied from interface:Parser
Returns the set of media types supported by this parser when used with the given parse context.- Parameters:
context
- parse context- Returns:
- immutable set of media types
-
-