Show / Hide Table of Contents

Class AnnotationCollection

The results of an annotations search. It contains AnnotationSummary items and other information, such as metadata.

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

Properties

Items

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

The list of annotations.

Remarks

Required

In this article
Back to top