Class SemanticField
A field that is used as part of the semantic configuration.
Inheritance
System.Object
SemanticField
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Search.Documents.dll
Syntax
public class SemanticField
Constructors
SemanticField()
Initializes a new instance of SemanticField.
Declaration
public SemanticField ();
Properties
FieldName
Gets or sets the field name.
Declaration
public string FieldName { get; set; }
Property Value
System.String
|