Uses of Class
com.google.cloud.spring.storage.GoogleStorageLocation
Package
Description
Google Cloud Storage integration for Spring Integration and Spring Resource.
Google Cloud Vision integration with Spring.
-
Uses of GoogleStorageLocation in com.google.cloud.spring.storage
Modifier and TypeMethodDescriptionstatic GoogleStorageLocation
Returns aGoogleStorageLocation
to a bucket.static GoogleStorageLocation
Returns aGoogleStorageLocation
for a file within a bucket.static GoogleStorageLocation
Returns aGoogleStorageLocation
to a folder whose path is relative to the bucket.GoogleStorageResource.getGoogleStorageLocation()
ModifierConstructorDescriptionGoogleStorageResource
(com.google.cloud.storage.Storage storage, GoogleStorageLocation googleStorageLocation, boolean autoCreateFiles) Constructs the resource representation of a bucket or a blob (file) in Google Cloud Storage. -
Uses of GoogleStorageLocation in com.google.cloud.spring.vision
Modifier and TypeMethodDescriptionDocumentOcrTemplate.readOcrOutputFile
(GoogleStorageLocation jsonFile) Parses a single JSON output file and returns the list of pages stored in the file.DocumentOcrTemplate.readOcrOutputFileSet
(GoogleStorageLocation jsonOutputFilePathPrefix) Parses the OCR output files who have the specifiedjsonFilesetPrefix
.DocumentOcrTemplate.runOcrForDocument
(GoogleStorageLocation document, GoogleStorageLocation outputFilePathPrefix) Runs OCR processing for a specifieddocument
and generates OCR output files under the path specified byoutputFilePathPrefix
.