Package com.firecrawl.models
Class ParseFile
- java.lang.Object
-
- com.firecrawl.models.ParseFile
-
public class ParseFile extends java.lang.ObjectBinary upload payload for the v2 parse endpoint.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParseFile.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParseFile.Builderbuilder()byte[]getContent()java.lang.StringgetContentType()java.lang.StringgetFilename()
-
-
-
Method Detail
-
getContent
public byte[] getContent()
-
getFilename
public java.lang.String getFilename()
-
getContentType
public java.lang.String getContentType()
-
builder
public static ParseFile.Builder builder()
-
-