GmsDocumentScanning

  • GmsDocumentScanning is the entry point for accessing a document scanner powered by Google Play services.

  • It provides a getClient method to create an instance of GmsDocumentScanner with custom options using GmsDocumentScannerOptions.

  • This class primarily focuses on initializing the document scanning functionality.

  • The scanner is built on Google Play services, ensuring efficient and up-to-date performance.

public final class GmsDocumentScanning extends Object

Entry point to get a GmsDocumentScanner for opening a document scanner powered by Google Play services.

Public Method Summary

static GmsDocumentScanner
getClient(GmsDocumentScannerOptions options)
Creates a new instance of GmsDocumentScanner with the specified options.

Inherited Method Summary

Public Methods

public static GmsDocumentScanner getClient (GmsDocumentScannerOptions options)

Creates a new instance of GmsDocumentScanner with the specified options.