Show / Hide Table of Contents

Class ValueArray

The array of field values.

Inheritance
object
FieldValue
ValueArray
Inherited Members
FieldValue.Text
FieldValue.Confidence
FieldValue.BoundingPolygon
FieldValue.WordIndexes
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class ValueArray : FieldValue

Properties

Items

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

The array of values.

Remarks

Required

In this article
Back to top