Show / Hide Table of Contents

Class ValueInteger

The integer field value.

Inheritance
object
FieldValue
ValueInteger
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 ValueInteger : FieldValue

Properties

Value

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

The integer value.

Remarks

Required

In this article
Back to top