Uses of Class
com.google.cloud.spring.storage.GoogleStorageLocation
Packages that use 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
Methods in com.google.cloud.spring.storage that return GoogleStorageLocationModifier and TypeMethodDescriptionstatic GoogleStorageLocationReturns aGoogleStorageLocationto a bucket.static GoogleStorageLocationReturns aGoogleStorageLocationfor a file within a bucket.static GoogleStorageLocationReturns aGoogleStorageLocationto a folder whose path is relative to the bucket.GoogleStorageResource.getGoogleStorageLocation()Constructors in com.google.cloud.spring.storage with parameters of type GoogleStorageLocationModifierConstructorDescriptionGoogleStorageResource(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
Methods in com.google.cloud.spring.vision with parameters of type GoogleStorageLocationModifier 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 specifieddocumentand generates OCR output files under the path specified byoutputFilePathPrefix.