JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.simplidh.api
Interface ICaptionR.IResult
Enclosing interface:
ICaptionR
public static interface
ICaptionR.IResult
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
String
>
getCaptions
()
List
<
String
>
getEnrichtedCaptions
()
String
getFilename
()
boolean
isEmpty
()
Method Details
isEmpty
boolean
isEmpty
()
getCaptions
@NotNull
List
<
String
>
getCaptions
()
getEnrichtedCaptions
@NotNull
List
<
String
>
getEnrichtedCaptions
()
getFilename
@NotNull
String
getFilename
()