BatchDetectLanguageEntitiesDetails¶
-
class
oci.ai_language.models.
BatchDetectLanguageEntitiesDetails
(**kwargs)¶ Bases:
object
The documents details for entities detect call.
Methods
__init__
(**kwargs)Initializes a new BatchDetectLanguageEntitiesDetails object with values from keyword arguments. Attributes
documents
[Required] Gets the documents of this BatchDetectLanguageEntitiesDetails. -
__init__
(**kwargs)¶ Initializes a new BatchDetectLanguageEntitiesDetails 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.EntityDocument]) – The value to assign to the documents property of this BatchDetectLanguageEntitiesDetails.
-
documents
¶ [Required] Gets the documents of this BatchDetectLanguageEntitiesDetails. List of Documents for detect entities.
Returns: The documents of this BatchDetectLanguageEntitiesDetails. Return type: list[oci.ai_language.models.EntityDocument]
-