Show / Hide Table of Contents

Class DetectLanguageSentimentsDetails

The document details for sentiments detect call.

Inheritance
object
DetectLanguageSentimentsDetails
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 DetectLanguageSentimentsDetails

Properties

Text

Declaration
[Required(ErrorMessage = "Text is required.")]
[JsonProperty(PropertyName = "text")]
public string Text { get; set; }
Property Value
Type Description
string

Document text for detect sentiments.

Remarks

Required

In this article
Back to top