Class BatchDetectLanguagePiiEntitiesResult
Result of batch detect personal identification.
Inherited Members
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class BatchDetectLanguagePiiEntitiesResultProperties
Documents
Declaration
[Required(ErrorMessage = "Documents is required.")]
[JsonProperty(PropertyName = "documents")]
public List<PiiEntityDocumentResult> Documents { get; set; }Property Value
| Type | Description | 
|---|---|
| List<PiiEntityDocumentResult> | 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. |