Package com.dropbox.core.v2.riviera
Class GetTranscriptResult
java.lang.Object
com.dropbox.core.v2.riviera.GetTranscriptResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe structured transcript produced for the requested media asset, with per-segment text, start/end offsets (in seconds from the beginning of the media), and the detected or caller-supplied locale.inthashCode()toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
structuredTranscript
-
-
Constructor Details
-
GetTranscriptResult
- Parameters:
structuredTranscript- The structured transcript produced for the requested media asset, with per-segment text, start/end offsets (in seconds from the beginning of the media), and the detected or caller-supplied locale.
-
GetTranscriptResult
public GetTranscriptResult()NoneThe default values for unset fields will be used.
-
-
Method Details
-
getStructuredTranscript
The structured transcript produced for the requested media asset, with per-segment text, start/end offsets (in seconds from the beginning of the media), and the detected or caller-supplied locale.- Returns:
- value for this field, or
nullif not present.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-