Package com.vonage.client.video
Class CaptionsResponse
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.video.CaptionsResponse
- All Implemented Interfaces:
Jsonable
Represents the response from
VideoClient.startCaptions(CaptionsRequest).- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionUnique identifier for the audio captioning session.Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Method Details
-
getCaptionsId
Unique identifier for the audio captioning session.- Returns:
- The captions UUID.
-