BatchDetectLanguageKeyPhrasesResult¶
-
class
oci.ai_language.models.
BatchDetectLanguageKeyPhrasesResult
(**kwargs)¶ Bases:
object
Result of keyPhrases detect call.
Methods
__init__
(**kwargs)Initializes a new BatchDetectLanguageKeyPhrasesResult object with values from keyword arguments. Attributes
documents
[Required] Gets the documents of this BatchDetectLanguageKeyPhrasesResult. errors
Gets the errors of this BatchDetectLanguageKeyPhrasesResult. -
__init__
(**kwargs)¶ Initializes a new BatchDetectLanguageKeyPhrasesResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - documents (list[oci.ai_language.models.KeyPhraseDocumentResult]) – The value to assign to the documents property of this BatchDetectLanguageKeyPhrasesResult.
- errors (list[oci.ai_language.models.DocumentError]) – The value to assign to the errors property of this BatchDetectLanguageKeyPhrasesResult.
-
documents
¶ [Required] Gets the documents of this BatchDetectLanguageKeyPhrasesResult. List of succeeded document response.
Returns: The documents of this BatchDetectLanguageKeyPhrasesResult. Return type: list[oci.ai_language.models.KeyPhraseDocumentResult]
-
errors
¶ Gets the errors of this BatchDetectLanguageKeyPhrasesResult. List of failed document response.
Returns: The errors of this BatchDetectLanguageKeyPhrasesResult. Return type: list[oci.ai_language.models.DocumentError]
-