|
Video SDK for iOS API Reference
|
Provides methods for controlling and interacting with live transcription. More...
#include <ZoomVideoSDKLiveTranscriptionHelper.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - canStartLiveTranscription |
| Determines whether the user can start live transcription. | |
| (ZoomVideoSDKLiveTranscriptionStatus) | - getLiveTranscriptionStatus |
| Gets the current live transcription status. | |
| (ZoomVideoSDKError) | - startLiveTranscription |
| Starts live transcription. If the session allows multi-language transcription, all users can start live transcription. | |
| (ZoomVideoSDKError) | - stopLiveTranscription |
| Stops live transcription. If the session allows multi-language transcription, all users can stop live transcription. | |
| (NSArray< ZoomVideoSDKLiveTranscriptionLanguage * > *_Nullable) | - getAvailableSpokenLanguages |
| Gets the list of all available spoken languages in session. | |
| (ZoomVideoSDKError) | - setSpokenLanguage: |
| Sets the spoken language of the current user. | |
| (ZoomVideoSDKLiveTranscriptionLanguage *_Nullable) | - getSpokenLanguage |
| Gets the spoken language of the current user. | |
| (ZoomVideoSDKError) | - enableReceiveSpokenLanguageContent: |
| Enables or disables receiving original and translated content. If you enable this feature, you must start live transcription. | |
| (BOOL) | - isAllowViewFullTranscriptEnable |
| Determines whether the view history translation message is available. | |
| (NSArray< ZoomVideoSDKLiveTranscriptionMessageInfo * > *_Nullable) | - getHistoryTranslationMessageList |
| Gets the list of all history translation messages in a session. | |
| (BOOL) | - isReceiveSpokenLanguageContentEnabled |
| Determines whether the feature to receive original and translated is available. | |
| (NSArray< ZoomVideoSDKLiveTranscriptionLanguage * > *_Nullable) | - getAvailableTranslationLanguages |
| Gets the list of all available translation languages in a session. | |
| (ZoomVideoSDKError) | - setTranslationLanguage: |
| Sets the translation language of the current user. | |
| (ZoomVideoSDKLiveTranscriptionLanguage *_Nullable) | - getTranslationLanguage |
| Gets the translation language of the current user. | |
Provides methods for controlling and interacting with live transcription.
Definition at line 62 of file ZoomVideoSDKLiveTranscriptionHelper.h.
| - (BOOL) canStartLiveTranscription |
Determines whether the user can start live transcription.
| - (ZoomVideoSDKError) enableReceiveSpokenLanguageContent: | (BOOL) | enable |
Enables or disables receiving original and translated content. If you enable this feature, you must start live transcription.
| enable | YES to enable, NO to disable. |
| - (NSArray< ZoomVideoSDKLiveTranscriptionLanguage * > *_Nullable) getAvailableSpokenLanguages |
Gets the list of all available spoken languages in session.
| - (NSArray< ZoomVideoSDKLiveTranscriptionLanguage * > *_Nullable) getAvailableTranslationLanguages |
Gets the list of all available translation languages in a session.
| - (NSArray< ZoomVideoSDKLiveTranscriptionMessageInfo * > *_Nullable) getHistoryTranslationMessageList |
Gets the list of all history translation messages in a session.
| - (ZoomVideoSDKLiveTranscriptionStatus) getLiveTranscriptionStatus |
Gets the current live transcription status.
| - (ZoomVideoSDKLiveTranscriptionLanguage *_Nullable) getSpokenLanguage |
Gets the spoken language of the current user.
| - (ZoomVideoSDKLiveTranscriptionLanguage *_Nullable) getTranslationLanguage |
Gets the translation language of the current user.
| - (BOOL) isAllowViewFullTranscriptEnable |
Determines whether the view history translation message is available.
| - (BOOL) isReceiveSpokenLanguageContentEnabled |
Determines whether the feature to receive original and translated is available.
| - (ZoomVideoSDKError) setSpokenLanguage: | (NSInteger) | languageID |
Sets the spoken language of the current user.
| languageID | The spoken language ID. |
| - (ZoomVideoSDKError) setTranslationLanguage: | (NSInteger) | languageID |
Sets the translation language of the current user.
| languageID | The translation language ID. If the language ID is set to -1, live translation will be disabled. |
| - (ZoomVideoSDKError) startLiveTranscription |
Starts live transcription. If the session allows multi-language transcription, all users can start live transcription.
| - (ZoomVideoSDKError) stopLiveTranscription |
Stops live transcription. If the session allows multi-language transcription, all users can stop live transcription.