Class NearVideoArgument
- java.lang.Object
-
- io.weaviate.client.v1.graphql.query.argument.NearVideoArgument
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNearVideoArgument.NearVideoArgumentBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbuild()static NearVideoArgument.NearVideoArgumentBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)FloatgetCertainty()FloatgetDistance()String[]getTargetVectors()StringgetVideo()FilegetVideoFile()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static NearVideoArgument.NearVideoArgumentBuilder builder()
-
getVideo
public String getVideo()
-
getVideoFile
public File getVideoFile()
-
getCertainty
public Float getCertainty()
-
getDistance
public Float getDistance()
-
getTargetVectors
public String[] getTargetVectors()
-
canEqual
protected boolean canEqual(Object other)
-
-