Show / Hide Table of Contents

Class DetectLanguageSentimentsResult

Result of sentiments detect call.

Inheritance
object
DetectLanguageSentimentsResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class DetectLanguageSentimentsResult

Properties

Aspects

Declaration
[Required(ErrorMessage = "Aspects is required.")]
[JsonProperty(PropertyName = "aspects")]
public List<SentimentAspect> Aspects { get; set; }
Property Value
Type Description
List<SentimentAspect>

List of detected aspects.

Remarks

Required

In this article
Back to top