Show / Hide Table of Contents

Class LabelSet

An ordered collection of labels that are unique by name.

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

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<Label> Items { get; set; }
Property Value
Type Description
List<Label>

An ordered collection of labels that are unique by name.

In this article
Back to top