Show / Hide Table of Contents

Class ResolvedEntities

Resolved entities.

Inheritance
object
ResolvedEntities
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 ResolvedEntities

Properties

Details

Declaration
[Required(ErrorMessage = "Details is required.")]
[JsonProperty(PropertyName = "details")]
public List<ResolvedEntity> Details { get; set; }
Property Value
Type Description
List<ResolvedEntity>

List of resolved entities

Remarks

Required

In this article
Back to top