Class GetAnnotatedPageContentCommandResponse
Response for Get the annotated page content for the main frame. This is an experimental command that is subject to change.
public sealed class GetAnnotatedPageContentCommandResponse : ICommandResponse<GetAnnotatedPageContentCommandSettings>, ICommandResponse
- Inheritance
-
GetAnnotatedPageContentCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Content
The annotated page content as a base64 encoded protobuf.
The format is defined by the AnnotatedPageContent message in
components/optimization_guide/proto/features/common_quality_data.proto
[JsonPropertyName("content")]
public string Content { get; set; }