Data QnA v1alpha API - Class HumanReadable (2.0.0-alpha02)

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

Reference documentation and code samples for the Data QnA v1alpha API class HumanReadable.

Human readable interpretation.

Inheritance

object > HumanReadable

Namespace

Google.Cloud.DataQnA.V1Alpha

Assembly

Google.Cloud.DataQnA.V1Alpha.dll

Constructors

HumanReadable()

public HumanReadable()

HumanReadable(HumanReadable)

public HumanReadable(HumanReadable other)
Parameter
NameDescription
otherHumanReadable

Properties

GeneratedInterpretation

public AnnotatedString GeneratedInterpretation { get; set; }

Generated query explaining the interpretation.

Property Value
TypeDescription
AnnotatedString

OriginalQuestion

public AnnotatedString OriginalQuestion { get; set; }

Annotations on the original query.

Property Value
TypeDescription
AnnotatedString