Show / Hide Table of Contents

Class ValueString

The string field value.

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

Properties

Value

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

The string text.

Remarks

Required

In this article
Back to top