Package ai.nexconn.chat.message.model
Object SpeechToTextStatus.Companion
-
- All Implemented Interfaces:
public class SpeechToTextStatus.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static SpeechToTextStatus.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final SpeechToTextStatusfromValue(Integer value)Gets the corresponding value from integer: Status Enum. -
-
Method Detail
-
fromValue
final SpeechToTextStatus fromValue(Integer value)
Gets the corresponding value from integer: Status Enum.
- Parameters:
value- Integer value- Returns:
Corresponding Status Enum, Not matched When Returns NOT_CONVERTED
-
-
-
-