SearchModelFactory.SemanticField(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A field that is used as part of the semantic configuration.
public static Azure.Search.Documents.Indexes.Models.SemanticField SemanticField(string fieldName = default);
static member SemanticField : string -> Azure.Search.Documents.Indexes.Models.SemanticField
Public Shared Function SemanticField (Optional fieldName As String = Nothing) As SemanticField
Parameters
- fieldName
- String
File name.
Returns
A new SemanticField instance for mocking.