Inherits from NSObject
Conforms to PicoBindable
Declared in Finding_AspectFilter.h
Finding_AspectFilter.m

Overview

Use aspect filters to refine the number of results returned in a response.
Populate the aspectFilter container with aspect values obtained from the
response of a query that returns an aspectHistogram.

@ingroup FindingServicePortType

Tasks

  •   aspectName

    Name of a standard item characteristic associated with a given domain.
    For example, “Optical Zoom” or “Megapixels” are aspects for the Digital
    Cameras domain. The current aspect names associated with a specific
    domain can be found in the aspect histogram. Aspect histograms can be
    retrieved for a given keyword query or category. The aspect histogram
    contains information about aspects from the domain that is most relevant
    to your search (or category).

    property
  •   aspectValueName

    A value name for a given aspect. For example, “Point & Shoot” is a
    value name for the “Product Type” aspect in the “Digital Cameras” domain.

    property
  •   delimiter

    (public property)

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Finding_AspectFilter.h

aspectName

Name of a standard item characteristic associated with a given domain.
For example, “Optical Zoom” or “Megapixels” are aspects for the Digital
Cameras domain. The current aspect names associated with a specific
domain can be found in the aspect histogram. Aspect histograms can be
retrieved for a given keyword query or category. The aspect histogram
contains information about aspects from the domain that is most relevant
to your search (or category).

@property (nonatomic, retain) NSString *aspectName

Discussion

Name of a standard item characteristic associated with a given domain.
For example, “Optical Zoom” or “Megapixels” are aspects for the Digital
Cameras domain. The current aspect names associated with a specific
domain can be found in the aspect histogram. Aspect histograms can be
retrieved for a given keyword query or category. The aspect histogram
contains information about aspects from the domain that is most relevant
to your search (or category).

type : NSString, wrapper for primitive string

Declared In

Finding_AspectFilter.h

aspectValueName

A value name for a given aspect. For example, “Point & Shoot” is a
value name for the “Product Type” aspect in the “Digital Cameras” domain.

@property (nonatomic, retain) NSMutableArray *aspectValueName

Discussion

A value name for a given aspect. For example, “Point & Shoot” is a
value name for the “Product Type” aspect in the “Digital Cameras” domain.

entry type : NSString, wrapper for primitive string

Declared In

Finding_AspectFilter.h

delimiter

(public property)

@property (nonatomic, retain) NSString *delimiter

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Finding_AspectFilter.h