Class Annotation
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Annotation : IDirectResponseSchema
Properties
AfterSelectedText
Anchor text after excerpt. For requests, if the user bookmarked a screen that has no flowing text on it,
then this field should be empty.
Declaration
[JsonProperty("afterSelectedText")]
public virtual string AfterSelectedText { get; set; }
Property Value
BeforeSelectedText
Anchor text before excerpt. For requests, if the user bookmarked a screen that has no flowing text on it,
then this field should be empty.
Declaration
[JsonProperty("beforeSelectedText")]
public virtual string BeforeSelectedText { get; set; }
Property Value
ClientVersionRanges
Selection ranges sent from the client.
Declaration
[JsonProperty("clientVersionRanges")]
public virtual Annotation.ClientVersionRangesData ClientVersionRanges { get; set; }
Property Value
Created
Timestamp for the created time of this annotation.
Declaration
[JsonProperty("created")]
public virtual string Created { get; set; }
Property Value
CurrentVersionRanges
Selection ranges for the most recent content version.
Declaration
[JsonProperty("currentVersionRanges")]
public virtual Annotation.CurrentVersionRangesData CurrentVersionRanges { get; set; }
Property Value
Data
User-created data for this annotation.
Declaration
[JsonProperty("data")]
public virtual string Data { get; set; }
Property Value
Deleted
Indicates that this annotation is deleted.
Declaration
[JsonProperty("deleted")]
public virtual bool? Deleted { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
HighlightStyle
The highlight style for this annotation.
Declaration
[JsonProperty("highlightStyle")]
public virtual string HighlightStyle { get; set; }
Property Value
Id
Id of this annotation, in the form of a GUID.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Kind
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
LayerId
The layer this annotation is for.
Declaration
[JsonProperty("layerId")]
public virtual string LayerId { get; set; }
Property Value
LayerSummary
Declaration
[JsonProperty("layerSummary")]
public virtual Annotation.LayerSummaryData LayerSummary { get; set; }
Property Value
PageIds
Pages that this annotation spans.
Declaration
[JsonProperty("pageIds")]
public virtual IList<string> PageIds { get; set; }
Property Value
SelectedText
Declaration
[JsonProperty("selectedText")]
public virtual string SelectedText { get; set; }
Property Value
SelfLink
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Updated
Timestamp for the last time this annotation was modified.
Declaration
[JsonProperty("updated")]
public virtual string Updated { get; set; }
Property Value
VolumeId
The volume that this annotation belongs to.
Declaration
[JsonProperty("volumeId")]
public virtual string VolumeId { get; set; }
Property Value
Implements