TikaContentTypeDetect

final class TikaContentTypeDetect(tika: Detector) extends ContentTypeDetect
Companion:
object
trait ContentTypeDetect
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def detectStream[F[_]](hint: Hint): (F, Byte) => SimpleContentType
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

Inherited from:
ContentTypeDetect