com.yahoo.search
Class ContentAnalysisRequest
java.lang.Object
com.yahoo.rest.RestRequest
com.yahoo.search.ContentAnalysisRequest
public class ContentAnalysisRequest
- extends RestRequest
Content analyis request.
- Author:
- Ryan Kennedy
|
Method Summary |
void |
setContext(String context)
The context to extract terms from. |
void |
setQuery(String query)
An optional query to help with the extraction process. |
ContentAnalysisRequest
public ContentAnalysisRequest(String context)
- Constructs a new content analysis request.
- Parameters:
context - The context to extract terms from.
setContext
public void setContext(String context)
- The context to extract terms from.
- Parameters:
context - The context to extract terms from.
setQuery
public void setQuery(String query)
- An optional query to help with the extraction process.
- Parameters:
query - An optional query to help with the extraction process.