See: Description
Class | Description |
---|---|
AnnotateText |
A
PTransform using the Cloud AI Natural language processing capability. |
AnnotateText.Builder | |
CloudVision |
Factory class for implementations of
AnnotateImages . |
CloudVision.AnnotateImagesFromBytes |
Accepts
ByteString (encoded image contents) with optional DoFn.SideInput with a Map of ImageContext to
the image. |
CloudVision.AnnotateImagesFromBytesWithContext | |
CloudVision.AnnotateImagesFromGcsUri |
Accepts
String (image URI on GCS) with optional DoFn.SideInput with a Map of ImageContext to
the image. |
CloudVision.AnnotateImagesFromGcsUriWithContext | |
DLPDeidentifyText |
A
PTransform connecting to Cloud DLP (https://cloud.google.com/dlp/docs/libraries) and
deidentifying text according to provided settings. |
DLPDeidentifyText.Builder | |
DLPInspectText |
A
PTransform connecting to Cloud DLP (https://cloud.google.com/dlp/docs/libraries) and
inspecting text for identifying data according to provided settings. |
DLPInspectText.Builder | |
DLPReidentifyText |
A
PTransform connecting to Cloud DLP (https://cloud.google.com/dlp/docs/libraries) and
inspecting text for identifying data according to provided settings. |
DLPReidentifyText.Builder | |
RecommendationAICreateCatalogItem |
A
PTransform using the Recommendations AI API (https://cloud.google.com/recommendations). |
RecommendationAIImportCatalogItems |
A
PTransform connecting to the Recommendations AI API
(https://cloud.google.com/recommendations) and creating CatalogItem s. |
RecommendationAIImportUserEvents |
A
PTransform connecting to the Recommendations AI API
(https://cloud.google.com/recommendations) and creating UserEvent s. |
RecommendationAIIO |
The RecommendationAIIO class acts as a wrapper around the
PTransform s that interact with
the Recommendation AI API (https://cloud.google.com/recommendations). |
RecommendationAIPredict |
A
PTransform using the Recommendations AI API (https://cloud.google.com/recommendations). |
RecommendationAIWriteUserEvent |
A
PTransform using the Recommendations AI API (https://cloud.google.com/recommendations). |
VideoIntelligence |
Factory class for PTransforms integrating with Google Cloud AI - VideoIntelligence service.
|
VideoIntelligence.AnnotateVideoFromBytes |
A PTransform taking a PCollection of
ByteString and an optional side input with a
context map and emitting lists of VideoAnnotationResults for each element. |
VideoIntelligence.AnnotateVideoFromBytesWithContext |
A PTransform taking a PCollection of
KV of ByteString and VideoContext
and emitting lists of VideoAnnotationResults for each element. |
VideoIntelligence.AnnotateVideoFromUri |
A PTransform taking a PCollection of
String and an optional side input with a context
map and emitting lists of VideoAnnotationResults for each element. |
VideoIntelligence.AnnotateVideoFromURIWithContext |
A PTransform taking a PCollection of
KV of String and VideoContext and
emitting lists of VideoAnnotationResults for each element. |