Class GetAnnotatedPageContentResult
public sealed record GetAnnotatedPageContentResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetAnnotatedPageContentResult>
- Inheritance
-
EmptyResultGetAnnotatedPageContentResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetAnnotatedPageContentResult(string)
public GetAnnotatedPageContentResult(string Content)
Parameters
ContentstringThe 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)
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 (Encoded as a base64 string when passed over JSON)
public string Content { get; init; }