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