AssertionDetails¶
-
class
oci.ai_language.models.
AssertionDetails
(**kwargs)¶ Bases:
object
The assertion details for health ner.
Methods
__init__
(**kwargs)Initializes a new AssertionDetails object with values from keyword arguments. Attributes
id
[Required] Gets the id of this AssertionDetails. score
[Required] Gets the score of this AssertionDetails. type
[Required] Gets the type of this AssertionDetails. value
[Required] Gets the value of this AssertionDetails. -
__init__
(**kwargs)¶ Initializes a new AssertionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this AssertionDetails.
- type (str) – The value to assign to the type property of this AssertionDetails.
- value (str) – The value to assign to the value property of this AssertionDetails.
- score (float) – The value to assign to the score property of this AssertionDetails.
-
id
¶ [Required] Gets the id of this AssertionDetails. id of the relation
Returns: The id of this AssertionDetails. Return type: str
-
score
¶ [Required] Gets the score of this AssertionDetails. Score or confidence for health detected entity.
Returns: The score of this AssertionDetails. Return type: float
-
type
¶ [Required] Gets the type of this AssertionDetails. type of assertion ex, Status, Certainty, Temporality, Actor, etc.
Returns: The type of this AssertionDetails. Return type: str
-
value
¶ [Required] Gets the value of this AssertionDetails. Possible value for assertion type
Returns: The value of this AssertionDetails. Return type: str
-