Class GetAnnotatedPageContentCommandSettings
Get the annotated page content for the main frame. This is an experimental command that is subject to change.
public sealed class GetAnnotatedPageContentCommandSettings : ICommand
- Inheritance
-
GetAnnotatedPageContentCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
IncludeActionableInformation
Whether to include actionable information. Defaults to true.
[JsonPropertyName("includeActionableInformation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeActionableInformation { get; set; }
Property Value
- bool?