Show / Hide Table of Contents

Class Label

A label is a string value. The API validates that it's one of the dataset's pre-defined labels.

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

Properties

LabelProp

Declaration
[Required(ErrorMessage = "LabelProp is required.")]
[JsonProperty(PropertyName = "label")]
public string LabelProp { get; set; }
Property Value
Type Description
string

The label provided by the annotator.

Remarks

Required

In this article
Back to top