DetectLanguageSentimentsResult

class oci.ai_language.models.DetectLanguageSentimentsResult(**kwargs)

Bases: object

Result of sentiments detect call.

Methods

__init__(**kwargs) Initializes a new DetectLanguageSentimentsResult object with values from keyword arguments.

Attributes

aspects [Required] Gets the aspects of this DetectLanguageSentimentsResult.
__init__(**kwargs)

Initializes a new DetectLanguageSentimentsResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:aspects (list[oci.ai_language.models.SentimentAspect]) – The value to assign to the aspects property of this DetectLanguageSentimentsResult.
aspects

[Required] Gets the aspects of this DetectLanguageSentimentsResult. List of detected aspects.

Returns:The aspects of this DetectLanguageSentimentsResult.
Return type:list[oci.ai_language.models.SentimentAspect]