Parameters for the postSearchAnalyze operation.

interface PostSearchAnalyzeParams {
    analyzer: string;
    headers?: OutgoingHttpHeaders;
    signal?: GenericAbortSignal;
    text: string;
}

Hierarchy

  • DefaultParams
    • PostSearchAnalyzeParams

Properties

analyzer: string

The analyzer type that is being used at the tokenization.

headers?: OutgoingHttpHeaders
signal?: GenericAbortSignal
text: string

The text to tokenize with the analyzer.