AI-generated Key Takeaways
-
GmsDocumentScanning
is the entry point for accessing a document scanner powered by Google Play services. -
It provides a
getClient
method to create an instance ofGmsDocumentScanner
with custom options usingGmsDocumentScannerOptions
. -
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.
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.