Show / Hide Table of Contents

Class Capabilities

Capabilities supported

Inheritance
object
Capabilities
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class Capabilities

Properties

Capability

Declaration
[JsonProperty(PropertyName = "capability")]
public Dictionary<string, Capability> Capability { get; set; }
Property Value
Type Description
Dictionary<string, Capability>

Model information capabilities related to version

In this article
Back to top