Class DetectLanguageKeyPhrasesDetails
The document details for a keyPhrases detect call.
Inherited Members
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class DetectLanguageKeyPhrasesDetails
Properties
Text
Declaration
[Required(ErrorMessage = "Text is required.")]
[JsonProperty(PropertyName = "text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
string | Document text for detect keyPhrases. |
Remarks
Required