Finding_GetSearchKeywordsRecommendationResponse Class Reference
| 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
Properties
extension
Reserved for future use.
@property (nonatomic, retain) NSMutableArray *extensionDeclared In
Finding_GetSearchKeywordsRecommendationResponse.hkeywords
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 *keywordsDiscussion
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