User Class
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. transcription. User
- com.
Implements
public final class User
implements java.lang.AutoCloseable
Represents a user in a conversation. Added in version 1.5.0
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
close()
Explicitly frees any external resource attached to the object |
static User |
fromUserId(String userId)
Creates a User. |
java.lang.String |
getId()
Gets the user ID of a conversation transcriber session. |
Safe |
getImpl()
Returns the user configuration. |
Methods inherited from java.lang.Object
Method Details
close
public void close()
Explicitly frees any external resource attached to the object
fromUserId
public static User fromUserId(String userId)
Creates a User.
Parameters:
Returns:
getId
public String getId()
Gets the user ID of a conversation transcriber session.
Returns:
getImpl
public SafeHandle getImpl()
Returns the user configuration.
Returns:
Applies to
Azure SDK for Java