DetectLanguageEntitiesDetails

class oci.ai_language.models.DetectLanguageEntitiesDetails(**kwargs)

Bases: object

The document details for entities detect call.

Methods

__init__(**kwargs) Initializes a new DetectLanguageEntitiesDetails object with values from keyword arguments.

Attributes

text [Required] Gets the text of this DetectLanguageEntitiesDetails.
__init__(**kwargs)

Initializes a new DetectLanguageEntitiesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:text (str) – The value to assign to the text property of this DetectLanguageEntitiesDetails.
text

[Required] Gets the text of this DetectLanguageEntitiesDetails. Document text for detect entities.

Returns:The text of this DetectLanguageEntitiesDetails.
Return type:str