GmsDocumentScanningResult.Page

  • GmsDocumentScanningResult.Page represents a page in the scanning result and implements Parcelable.

  • It provides a method to get the image file Uri of the scanned page.

  • The image file Uri points to a file in the client app's private cache storage.

public static abstract class GmsDocumentScanningResult.Page extends Object
implements Parcelable

Represents a page in the scanning result.

Inherited Constant Summary

Public Constructor Summary

Public Method Summary

abstract Uri
getImageUri()
Returns the image file Uri.

Inherited Method Summary

Public Constructors

public Page ()

Public Methods

public abstract Uri getImageUri ()

Returns the image file Uri.

This Uri points to a file in the client app's private cache storage.