FieldConfidence
: string
in package
Table of Contents
Cases
Methods
- equal() : bool
- Shorthand for the '==' operator.
- greaterThan() : bool
- Shorthand for the '>' operator.
- greaterThanOrEqual() : bool
- Shorthand for the '>=' operator.
- lessThan() : bool
- Shorthand for the '<' operator.
- lessThanOrEqual() : bool
- Shorthand for the '<=' operator.
- rank() : int
Cases
Certain
High
Medium
Low
Methods
equal()
Shorthand for the '==' operator.
public
equal(FieldConfidence $other) : bool
Parameters
- $other : FieldConfidence
-
Other confidence value.
Return values
bool —True if this confidence is equal to the other.
greaterThan()
Shorthand for the '>' operator.
public
greaterThan(FieldConfidence $other) : bool
Parameters
- $other : FieldConfidence
-
Other confidence value.
Return values
bool —True if this confidence is greater than the other.
greaterThanOrEqual()
Shorthand for the '>=' operator.
public
greaterThanOrEqual(FieldConfidence $other) : bool
Parameters
- $other : FieldConfidence
-
Other confidence value.
Return values
bool —True if this confidence is greater than or equal to the other.
lessThan()
Shorthand for the '<' operator.
public
lessThan(FieldConfidence $other) : bool
Parameters
- $other : FieldConfidence
-
Other confidence value.
Return values
bool —True if this confidence is lower than the other.
lessThanOrEqual()
Shorthand for the '<=' operator.
public
lessThanOrEqual(FieldConfidence $other) : bool
Parameters
- $other : FieldConfidence
-
Other confidence value.
Return values
bool —True if this confidence is lower than or equal to the other.
rank()
public
rank() : int
Return values
int —Rank of the value.