Class NearTextArgument
- java.lang.Object
-
- technology.semi.weaviate.client.v1.graphql.query.argument.NearTextArgument
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNearTextArgument.NearTextArgumentBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbuild()static NearTextArgument.NearTextArgumentBuilderbuilder()BooleangetAutocorrect()FloatgetCertainty()String[]getConcepts()FloatgetDistance()NearTextMoveParametersgetMoveAwayFrom()NearTextMoveParametersgetMoveTo()StringtoString()
-
-
-
Method Detail
-
builder
public static NearTextArgument.NearTextArgumentBuilder builder()
-
getConcepts
public String[] getConcepts()
-
getCertainty
public Float getCertainty()
-
getDistance
public Float getDistance()
-
getMoveTo
public NearTextMoveParameters getMoveTo()
-
getMoveAwayFrom
public NearTextMoveParameters getMoveAwayFrom()
-
getAutocorrect
public Boolean getAutocorrect()
-
-