TikaContentTypeDetect

binny.tika.TikaContentTypeDetect
See theTikaContentTypeDetect companion object
final class TikaContentTypeDetect(tika: Detector) extends ContentTypeDetect

Attributes

Companion:
object
Graph
Supertypes
trait ContentTypeDetect
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def detect(data: ByteVector, hint: Hint): SimpleContentType

Inherited methods

def detectStream[F[_]](hint: Hint): (F, Byte) => SimpleContentType

Attributes

Inherited from:
ContentTypeDetect
def or(next: ContentTypeDetect): ContentTypeDetect

Try another detector if this can't do it

Try another detector if this can't do it

Attributes

Inherited from:
ContentTypeDetect