Show / Hide Table of Contents

Class ValueTime

The time field value.

Inheritance
object
FieldValue
ValueTime
Inherited Members
FieldValue.Text
FieldValue.Confidence
FieldValue.BoundingPolygon
FieldValue.WordIndexes
FieldValue.NormalizedValue
FieldValue.NormalizedConfidence
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 ValueTime : FieldValue

Properties

Value

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

The time field value as yyyy-mm-dd hh-mm-ss.

Remarks

Required

In this article
Back to top