Options
SvrfOptions
Options for Search and Trending endpoint requests.
Declaration
struct SvrfOptions {let type: [MediaType]?let stereoscopicType: MediaAPI.StereoscopicType_search?let category: MediaAPI.Category_search?let size: Int?let minimumWidth: Int?let isFaceFilter: Bool?let hasBlendShapes: Bool?let requiresBlendShapes: Bool?let pageNum: Int?}
Parameters
| Parameter | Description |
|---|---|
| type | The type(s) of Media to be returned. |
| stereoscopicType | Search only for Media with a particular stereoscopic type. |
| category | Search only for Media with a particular category. |
| size | The number of results to return per-page, from 1 to 100. |
| minimumWidth | The minimum width for video and photo Media, in pixels. |
| isFaceFilter | Search only for face filters. |
| hasBlendShapes | Search only for Media that has blend shapes. |
| requiresBlendShapes | Search only for Media that requires blend shapes. |
| pageNum | Pagination control to fetch the next page of results, if applicable. |