Class AnalyzeResponse
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class AnalyzeResponse : ResponseBase, IResponse, IOpenSearchResponse
Properties
| Edit this page View SourceDetail
When Explain is to true this will hold the detailed view of the analyzed tokens.
Declaration
[DataMember(Name = "detail")]
public AnalyzeDetail Detail { get; }
Property Value
Type | Description |
---|---|
AnalyzeDetail |
Tokens
When Explain is not true this will hold the analyzed tokens.
Declaration
[DataMember(Name = "tokens")]
public IReadOnlyCollection<AnalyzeToken> Tokens { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<AnalyzeToken> |