See: Description
| Class | Description | 
|---|---|
| AnnotateText | A  PTransformusing the Cloud AI Natural language processing capability. | 
| AnnotateText.Builder | |
| CloudVision | Factory class for implementations of  AnnotateImages. | 
| CloudVision.AnnotateImagesFromBytes | Accepts  ByteString(encoded image contents) with optionalDoFn.SideInputwith aMapofImageContextto
 the image. | 
| CloudVision.AnnotateImagesFromBytesWithContext | |
| CloudVision.AnnotateImagesFromGcsUri | Accepts  String(image URI on GCS) with optionalDoFn.SideInputwith aMapofImageContextto
 the image. | 
| CloudVision.AnnotateImagesFromGcsUriWithContext | |
| DLPDeidentifyText | A  PTransformconnecting to Cloud DLP (https://cloud.google.com/dlp/docs/libraries) and
 deidentifying text according to provided settings. | 
| DLPDeidentifyText.Builder | |
| DLPInspectText | A  PTransformconnecting to Cloud DLP (https://cloud.google.com/dlp/docs/libraries) and
 inspecting text for identifying data according to provided settings. | 
| DLPInspectText.Builder | |
| DLPReidentifyText | A  PTransformconnecting to Cloud DLP (https://cloud.google.com/dlp/docs/libraries) and
 inspecting text for identifying data according to provided settings. | 
| DLPReidentifyText.Builder | |
| RecommendationAICreateCatalogItem | A  PTransformusing the Recommendations AI API (https://cloud.google.com/recommendations). | 
| RecommendationAIImportCatalogItems | A  PTransformconnecting to the Recommendations AI API
 (https://cloud.google.com/recommendations) and creatingCatalogItems. | 
| RecommendationAIImportUserEvents | A  PTransformconnecting to the Recommendations AI API
 (https://cloud.google.com/recommendations) and creatingUserEvents. | 
| RecommendationAIIO | The RecommendationAIIO class acts as a wrapper around the  PTransforms that interact with
 the Recommendation AI API (https://cloud.google.com/recommendations). | 
| RecommendationAIPredict | A  PTransformusing the Recommendations AI API (https://cloud.google.com/recommendations). | 
| RecommendationAIWriteUserEvent | A  PTransformusing 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  ByteStringand an optional side input with a
 context map and emitting lists ofVideoAnnotationResultsfor each element. | 
| VideoIntelligence.AnnotateVideoFromBytesWithContext | A PTransform taking a PCollection of  KVofByteStringandVideoContextand emitting lists ofVideoAnnotationResultsfor each element. | 
| VideoIntelligence.AnnotateVideoFromUri | A PTransform taking a PCollection of  Stringand an optional side input with a context
 map and emitting lists ofVideoAnnotationResultsfor each element. | 
| VideoIntelligence.AnnotateVideoFromURIWithContext | A PTransform taking a PCollection of  KVofStringandVideoContextand
 emitting lists ofVideoAnnotationResultsfor each element. |