Class KeyValuePairHint (1.0.0-beta03)

public sealed class KeyValuePairHint : IMessage<KeyValuePairHint>, IEquatable<KeyValuePairHint>, IDeepCloneable<KeyValuePairHint>, IBufferMessage, IMessage

User-provided hint for key value pair.

Inheritance

Object > KeyValuePairHint

Namespace

Google.Cloud.DocumentAI.V1Beta2

Assembly

Google.Cloud.DocumentAI.V1Beta2.dll

Constructors

KeyValuePairHint()

public KeyValuePairHint()

KeyValuePairHint(KeyValuePairHint)

public KeyValuePairHint(KeyValuePairHint other)
Parameter
NameDescription
otherKeyValuePairHint

Properties

Key

public string Key { get; set; }

The key text for the hint.

Property Value
TypeDescription
String

ValueTypes

public RepeatedField<string> ValueTypes { get; }

Type of the value. This is case-insensitive, and could be one of: ADDRESS, LOCATION, ORGANIZATION, PERSON, PHONE_NUMBER, ID, NUMBER, EMAIL, PRICE, TERMS, DATE, NAME. Types not in this list will be ignored.

Property Value
TypeDescription
RepeatedField<String>