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