WebSearch
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|---|---|---|---|---|
+ implementation | No | const | No | - | Implementation |
- summarizer | No | enum (of string) | No | - | Summarizer |
- cse_id | No | string | No | - | Cse Id |
- cse_token | No | string | No | - | Cse Token |
- name | No | string | No | - | Name |
- description | No | string | No | - | Description |
- defaultDateRestrict | No | string | No | - | Defaultdaterestrict |
- params | No | Combination | No | - | Params |
1. Property implementation
Title: Implementation
Type | const |
Required | Yes |
Specific value: "WebSearch"
2. Property summarizer
Title: Summarizer
Type | enum (of string) |
Required | No |
Default | "BeautifulSoup" |
Must be one of:
- “BeautifulSoup”
- “noop”
3. Property cse_id
Title: Cse Id
Type | string |
Required | No |
Description: Google Custom Search Engine Id.
4. Property cse_token
Title: Cse Token
Type | string |
Required | No |
Description: Google Project dev token, must have search permissions.
5. Property name
Title: Name
Type | string |
Required | No |
Default | "search" |
6. Property description
Title: Description
Type | string |
Required | No |
Default | null |
7. Property defaultDateRestrict
Title: Defaultdaterestrict
Type | string |
Required | No |
Default | null |
8. Property params
Title: Params
Type | combining |
Required | No |
Additional properties | [Any type: allowed] |
Default | {} |
8.1. Property item 0
Type | object |
Required | No |
Additional properties | [Any type: allowed] |
8.2. Property item 1
Type | null |
Required | No |