TranscriptionSubscription Class
- java.
lang. Object - com.
azure. communication. callautomation. models. TranscriptionSubscription
- com.
Implements
public final class TranscriptionSubscription
implements JsonSerializable<TranscriptionSubscription>
Transcription Subscription Object.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Transcription |
fromJson(JsonReader jsonReader)
Reads an instance of Transcription |
| String |
getId()
Get the id property: Gets or Sets subscription Id. |
| String |
getLocale()
Get the state property: Gets or Sets transcription subscription state. |
|
Transcription |
getState()
Get the state property: Gets or Sets transcription subscription state. |
|
List<Transcription |
getSubscribedResultStates()
Get the subscribed |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static TranscriptionSubscription fromJson(JsonReader jsonReader)
Reads an instance of TranscriptionSubscriptionInternal from the JsonReader.
Parameters:
Returns:
Throws:
getId
public String getId()
Get the id property: Gets or Sets subscription Id.
Returns:
getLocale
public String getLocale()
Get the state property: Gets or Sets transcription subscription state.
Returns:
getState
public TranscriptionSubscriptionState getState()
Get the state property: Gets or Sets transcription subscription state.
Returns:
getSubscribedResultStates
public List<TranscriptionResultState> getSubscribedResultStates()
Get the subscribedResultStates property: Gets or Sets the subscribed transcription result types.
Returns: