SubtitleErrorCode enum
{zh} * @detail errorcode @brief 字幕任务错误码。
Values
- unknown → const SubtitleErrorCode
-
@brief The client side failed to identity error codes sent by cloud media processing. Please contact the technical support.
- success → const SubtitleErrorCode
-
@brief Subtitles are turned on.
- postProcessError → const SubtitleErrorCode
-
@brief Errors occurred concerning cloud media processing. Please contact the technical support.
- asrConnectionError → const SubtitleErrorCode
-
@brief Failed to connect to the third-party service. Please contact the technical support.
- asrServiceError → const SubtitleErrorCode
-
@brief Errors occurred concerning the third-party service. Please contact the technical support.
- beforeJoinRoom → const SubtitleErrorCode
-
@brief Failed to call
startSubtitle. Please join the room first. - alreadyOn → const SubtitleErrorCode
-
@brief Subtitles are already on. There is no need to call
startSubtitleagain. - unsupportedLanguage → const SubtitleErrorCode
-
@brief The target language you chose is not Unsupported.
- postProcessTimeout → const SubtitleErrorCode
-
@brief Cloud media processing is timeout. Please contact the technical support.
Properties
- $value → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SubtitleErrorCode> - A constant List of the values in this enum, in order of their declaration.