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

[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]