See: Description
| Class | Description |
|---|---|
| AnnotateVideo<T> |
Base class for Video Intelligence transform.
|
| VideoIntelligence |
Factory class for AnnotateVideo subclasses.
|
| VideoIntelligence.AnnotateVideoBytesWithContext |
Implementation of AnnotateVideo accepting KVs as contents of input PCollection.
|
| VideoIntelligence.AnnotateVideoFromBytes |
Implementation of AnnotateVideo accepting ByteStrings as contents of input PCollection.
|
| VideoIntelligence.AnnotateVideoFromURI |
Implementation of AnnotateVideo accepting Strings as contents of input PCollection.
|
| VideoIntelligence.AnnotateVideoURIWithContext |
Implementation of AnnotateVideo accepting KVs as contents of input PCollection.
|