Inherits from Finding_BaseServiceResponse : NSObject
Declared in Finding_GetSearchKeywordsRecommendationResponse.h
Finding_GetSearchKeywordsRecommendationResponse.m

Overview

Response container for the spelling check and correction for keywords.

@ingroup FindingServicePortType

Tasks

  •   keywords

    Contains a spell-checked version of the submitted keywords. If no
    recommended spelling can be identified for the submitted keywords,
    the response contains a warning to that effect and an empty keywords
    field is returned.

    property
  •   extension

    Reserved for future use.

    property

Properties

extension

Reserved for future use.

@property (nonatomic, retain) NSMutableArray *extension

Discussion

Reserved for future use.

entry type : class Finding_ExtensionType

Declared In

Finding_GetSearchKeywordsRecommendationResponse.h

keywords

Contains a spell-checked version of the submitted keywords. If no
recommended spelling can be identified for the submitted keywords,
the response contains a warning to that effect and an empty keywords
field is returned.

@property (nonatomic, retain) NSString *keywords

Discussion

Contains a spell-checked version of the submitted keywords. If no
recommended spelling can be identified for the submitted keywords,
the response contains a warning to that effect and an empty keywords
field is returned.

type : NSString, wrapper for primitive string

Declared In

Finding_GetSearchKeywordsRecommendationResponse.h