GetAnnotatedPageContentReturn

@Serializable
data class GetAnnotatedPageContentReturn(val content: String)

Constructors

Link copied to clipboard
constructor(content: String)

Properties

Link copied to clipboard

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 (Encoded as a base64 string when passed over JSON)