Class BatchDetectLanguageTextClassificationResult
Result of text classification detect call.
Inherited Members
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class BatchDetectLanguageTextClassificationResult
Properties
Documents
Declaration
[Required(ErrorMessage = "Documents is required.")]
[JsonProperty(PropertyName = "documents")]
public List<TextClassificationDocumentResult> Documents { get; set; }
Property Value
Type | Description |
---|---|
List<TextClassificationDocumentResult> | List of succeeded document response. |
Remarks
Required
Errors
Declaration
[JsonProperty(PropertyName = "errors")]
public List<DocumentError> Errors { get; set; }
Property Value
Type | Description |
---|---|
List<DocumentError> | List of failed document response. |