Class EntityDocumentResult
The document response for entities detect call.
Inherited Members
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class EntityDocumentResult
Properties
Entities
Declaration
[Required(ErrorMessage = "Entities is required.")]
[JsonProperty(PropertyName = "entities")]
public List<HierarchicalEntity> Entities { get; set; }
Property Value
| Type | Description |
|---|---|
| List<HierarchicalEntity> | List of detected entities. |
Remarks
Required
Key
Declaration
[Required(ErrorMessage = "Key is required.")]
[JsonProperty(PropertyName = "key")]
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Document unique identifier defined by the user. |
Remarks
Required
LanguageCode
Declaration
[Required(ErrorMessage = "LanguageCode is required.")]
[JsonProperty(PropertyName = "languageCode")]
public string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Language code supported
|
Remarks
Required