Class BatchDetectLanguageTextClassificationRequest
Implements
Inherited Members
Namespace: Oci.AilanguageService.Requests
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class BatchDetectLanguageTextClassificationRequest : IOciRequest
Examples
Click here to see an example of how to use BatchDetectLanguageTextClassification request.
Properties
BatchDetectLanguageTextClassificationDetails
Declaration
[Required(ErrorMessage = "BatchDetectLanguageTextClassificationDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public BatchDetectLanguageTextClassificationDetails BatchDetectLanguageTextClassificationDetails { get; set; }
Property Value
Type | Description |
---|---|
BatchDetectLanguageTextClassificationDetails | The details to make text classification 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. |