|
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 |
| Query if the user can start live transcription. | |
| (ZoomVideoSDKLiveTranscriptionStatus) | - getLiveTranscriptionStatus |
| Get the current live transcription status. | |
| (ZoomVideoSDKError) | - startLiveTranscription |
| Start live transcription.If the session allows multi-language transcription, all users can start live transcription. | |
| (ZoomVideoSDKError) | - stopLiveTranscription |
| Stop live transcription.If the session allows multi-language transcription,all user can stop live transcription. | |
| (NSArray< ZoomVideoSDKLiveTranscriptionLanguage * > *_Nullable) | - getAvailableSpokenLanguages |
| Get the list of all available spoken languages in session. | |
| (ZoomVideoSDKError) | - setSpokenLanguage: |
| Set the spoken language of the current user. | |
| (ZoomVideoSDKLiveTranscriptionLanguage *_Nullable) | - getSpokenLanguage |
| Get the spoken language of the current user. | |
| (ZoomVideoSDKError) | - enableReceiveSpokenLanguageContent: |
| Enable or disable to receive original and translated content. If you enable this feature, you must start live transcription. | |
| (BOOL) | - isAllowViewFullTranscriptEnable |
| Determine whether the view history translation message is available. | |
| (NSArray< ZoomVideoSDKLiveTranscriptionMessageInfo * > *_Nullable) | - getHistoryTranslationMessageList |
| Get the list of all history translation messages in a session. | |
| (BOOL) | - isReceiveSpokenLanguageContentEnabled |
| Determine whether the feature to receive original and translated is available. | |
| (NSArray< ZoomVideoSDKLiveTranscriptionLanguage * > *_Nullable) | - getAvailableTranslationLanguages |
| Get the list of all available translation languages in a session. | |
| (ZoomVideoSDKError) | - setTranslationLanguage: |
| Set the translation language of the current user. | |
| (ZoomVideoSDKLiveTranscriptionLanguage *_Nullable) | - getTranslationLanguage |
| Get 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 |
Query if the user can start live transcription.
| - (ZoomVideoSDKError) enableReceiveSpokenLanguageContent: | (BOOL) | enable |
Enable or disable to receive original and translated content. If you enable this feature, you must start live transcription.
| - (NSArray< ZoomVideoSDKLiveTranscriptionLanguage * > *_Nullable) getAvailableSpokenLanguages |
Get the list of all available spoken languages in session.
| - (NSArray< ZoomVideoSDKLiveTranscriptionLanguage * > *_Nullable) getAvailableTranslationLanguages |
Get the list of all available translation languages in a session.
| - (NSArray< ZoomVideoSDKLiveTranscriptionMessageInfo * > *_Nullable) getHistoryTranslationMessageList |
Get the list of all history translation messages in a session.
| - (ZoomVideoSDKLiveTranscriptionStatus) getLiveTranscriptionStatus |
Get the current live transcription status.
| - (ZoomVideoSDKLiveTranscriptionLanguage *_Nullable) getSpokenLanguage |
Get the spoken language of the current user.
| - (ZoomVideoSDKLiveTranscriptionLanguage *_Nullable) getTranslationLanguage |
Get the translation language of the current user.
| - (BOOL) isAllowViewFullTranscriptEnable |
Determine whether the view history translation message is available.
| - (BOOL) isReceiveSpokenLanguageContentEnabled |
Determine whether the feature to receive original and translated is available.
| - (ZoomVideoSDKError) setSpokenLanguage: | (NSInteger) | languageID |
Set the spoken language of the current user.
| languageID | The spoken language ID. |
| - (ZoomVideoSDKError) setTranslationLanguage: | (NSInteger) | languageID |
Set 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 |
Start live transcription.If the session allows multi-language transcription, all users can start live transcription.
| - (ZoomVideoSDKError) stopLiveTranscription |
Stop live transcription.If the session allows multi-language transcription,all user can stop live transcription.