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