BatchDetectHealthEntityResult¶
-
class
oci.ai_language.models.
BatchDetectHealthEntityResult
(**kwargs)¶ Bases:
object
Result of health entity detect call.
Methods
__init__
(**kwargs)Initializes a new BatchDetectHealthEntityResult object with values from keyword arguments. Attributes
documents
[Required] Gets the documents of this BatchDetectHealthEntityResult. errors
Gets the errors of this BatchDetectHealthEntityResult. -
__init__
(**kwargs)¶ Initializes a new BatchDetectHealthEntityResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - documents (list[oci.ai_language.models.HealthEntityDocumentResult]) – The value to assign to the documents property of this BatchDetectHealthEntityResult.
- errors (list[oci.ai_language.models.DocumentError]) – The value to assign to the errors property of this BatchDetectHealthEntityResult.
-
documents
¶ [Required] Gets the documents of this BatchDetectHealthEntityResult. List of succeeded document response.
Returns: The documents of this BatchDetectHealthEntityResult. Return type: list[oci.ai_language.models.HealthEntityDocumentResult]
-
errors
¶ Gets the errors of this BatchDetectHealthEntityResult. List of failed document response.
Returns: The errors of this BatchDetectHealthEntityResult. Return type: list[oci.ai_language.models.DocumentError]
-