Class XSearchParameters
[Serializable]
public class XSearchParameters : IToolParameters
- Inheritance
-
objectXSearchParameters
- Implements
Fields
AllowedXHandles
Optional. List of X Handles of the users from whom to consider the posts. Note: This parameter cannot be set with excluded_x_handles.
public List<string> AllowedXHandles
Field Value
- List<string>
EnableImageUnderstanding
Optional. Enable image understanding during X search.
public bool EnableImageUnderstanding
Field Value
- bool
EnableVideoUnderstanding
Optional. Enable video understanding during X search.
public bool EnableVideoUnderstanding
Field Value
- bool
ExcludedXHandles
Optional. List of X Handles of the users from whom to exclude the posts. Note: This parameter cannot be set with allowed_x_handles.
public List<string> ExcludedXHandles
Field Value
- List<string>
FromDate
Optional. Date from which to consider the results in ISO-8601 YYYY-MM-DD. See https://en.wikipedia.org/wiki/ISO_8601.
public SerializableNullable<UnixTime> FromDate
Field Value
- SerializableNullable<UnixTime>
ToDate
Optional. Date up to which to consider the results in ISO-8601 YYYY-MM-DD. See https://en.wikipedia.org/wiki/ISO_8601.
public SerializableNullable<UnixTime> ToDate
Field Value
- SerializableNullable<UnixTime>
Properties
Type
public ToolType Type { get; }
Property Value
Methods
AddTools(Model, ICollection<Tool>)
public Log AddTools(Model model, ICollection<Tool> tools)
Parameters
Returns
- Log