Capability¶
- 
class oci.ai_language.models.Capability(**kwargs)¶
- Bases: - object- Capability supported - Methods - __init__(**kwargs)- Initializes a new Capability object with values from keyword arguments. - Attributes - details- Gets the details of this Capability. - 
__init__(**kwargs)¶
- Initializes a new Capability object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - details (list[str]) – The value to assign to the details property of this Capability. 
 - 
details¶
- Gets the details of this Capability. values - Returns: - The details of this Capability. - Return type: - list[str] 
 
-