Class GetTranscriptResult

java.lang.Object
com.dropbox.core.v2.riviera.GetTranscriptResult

public class GetTranscriptResult extends Object
  • Field Details

  • Constructor Details

    • GetTranscriptResult

      public GetTranscriptResult(@Nullable ApiStructuredTranscript structuredTranscript)
      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()
      None

      The default values for unset fields will be used.

  • Method Details

    • getStructuredTranscript

      @Nullable public ApiStructuredTranscript 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 null if not present.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toStringMultiline

      public String 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