Class DetectLanguageSentimentsRequest
Implements
Inherited Members
Namespace: Oci.AilanguageService.Requests
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class DetectLanguageSentimentsRequest : IOciRequest
Examples
Click here to see an example of how to use DetectLanguageSentiments request.
Properties
DetectLanguageSentimentsDetails
Declaration
[Required(ErrorMessage = "DetectLanguageSentimentsDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public DetectLanguageSentimentsDetails DetectLanguageSentimentsDetails { get; set; }
Property Value
Type | Description |
---|---|
DetectLanguageSentimentsDetails | The details to make sentiment detect call. |
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. |