Show / Hide Table of Contents

Class Annotation.CurrentVersionRangesData

Selection ranges for the most recent content version.

Inheritance
object
Annotation.CurrentVersionRangesData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Annotation.CurrentVersionRangesData

Properties

CfiRange

Range in CFI format for this annotation for version above.

Declaration
[JsonProperty("cfiRange")]
public virtual BooksAnnotationsRange CfiRange { get; set; }
Property Value
Type Description
BooksAnnotationsRange

ContentVersion

Content version applicable to ranges below.

Declaration
[JsonProperty("contentVersion")]
public virtual string ContentVersion { get; set; }
Property Value
Type Description
string

GbImageRange

Range in GB image format for this annotation for version above.

Declaration
[JsonProperty("gbImageRange")]
public virtual BooksAnnotationsRange GbImageRange { get; set; }
Property Value
Type Description
BooksAnnotationsRange

GbTextRange

Range in GB text format for this annotation for version above.

Declaration
[JsonProperty("gbTextRange")]
public virtual BooksAnnotationsRange GbTextRange { get; set; }
Property Value
Type Description
BooksAnnotationsRange

ImageCfiRange

Range in image CFI format for this annotation for version above.

Declaration
[JsonProperty("imageCfiRange")]
public virtual BooksAnnotationsRange ImageCfiRange { get; set; }
Property Value
Type Description
BooksAnnotationsRange
In this article
Back to top Generated by DocFX