Show / Hide Table of Contents

Class ValuePhoneNumber

The phone number field value.

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

Properties

Value

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

The phone number field value.

Remarks

Required

In this article
Back to top