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