public class CaptionsDocument
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<BrightcoveClosedCaption> |
captions |
protected java.util.Map<java.lang.String,Region> |
regions |
| Constructor and Description |
|---|
CaptionsDocument() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BrightcoveClosedCaption> |
getCaptions()
Retrieves the
List of BrightcoveClosedCaption objects for this document. |
java.util.Map<java.lang.String,Region> |
getRegions()
Retrieves a
Map of the Region objects in this document, keyed by their names. |
protected java.util.Map<java.lang.String,Region> regions
protected java.util.List<BrightcoveClosedCaption> captions
public java.util.Map<java.lang.String,Region> getRegions()
Map of the Region objects in this document, keyed by their names.public java.util.List<BrightcoveClosedCaption> getCaptions()
List of BrightcoveClosedCaption objects for this document.