See: Description
| Class | Description |
|---|---|
| AnnotateText |
A
PTransform using the Cloud AI Natural language processing capability. |
| AnnotateText.Builder | |
| 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. |