java.lang.Object

com.opentok.Caption


public class Caption extends Object

Represents the response from OpenTok.startCaptions(String, String, CaptionProperties).

Constructor Summary

Constructors

Constructor

Description

Caption()

Method Summary

All MethodsInstance MethodsConcrete Methods

Modifier and Type

Method

Description

String

getCaptionsId()

The unique ID for the audio captioning session.

String

toString()

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Details

Caption

public Caption()

Method Details

getCaptionsId

public String getCaptionsId()

The unique ID for the audio captioning session.

Returns: : The captions UUID as a string.

toString

public String toString()

Overrides: : toString in class Object