public sealed class InterpretationStructure : IMessage<InterpretationStructure>, IEquatable<InterpretationStructure>, IDeepCloneable<InterpretationStructure>, IBufferMessage, IMessage
Reference documentation and code samples for the Data QnA v1alpha API class InterpretationStructure.
Information about the interpretation structure that helps to understand and visualize the response.
Implements
IMessageInterpretationStructure, IEquatableInterpretationStructure, IDeepCloneableInterpretationStructure, IBufferMessage, IMessageNamespace
Google.Cloud.DataQnA.V1AlphaAssembly
Google.Cloud.DataQnA.V1Alpha.dll
Constructors
InterpretationStructure()
public InterpretationStructure()
InterpretationStructure(InterpretationStructure)
public InterpretationStructure(InterpretationStructure other)
Parameter | |
---|---|
Name | Description |
other | InterpretationStructure |
Properties
ColumnInfo
public RepeatedField<InterpretationStructure.Types.ColumnInfo> ColumnInfo { get; }
Information about the output columns, that is, the columns that will be returned by the backend.
Property Value | |
---|---|
Type | Description |
RepeatedFieldInterpretationStructureTypesColumnInfo |
VisualizationTypes
public RepeatedField<InterpretationStructure.Types.VisualizationType> VisualizationTypes { get; }
List of possible visualization types to apply for this interpretation. The order has no relevance.
Property Value | |
---|---|
Type | Description |
RepeatedFieldInterpretationStructureTypesVisualizationType |