RTCASRConfig class

Verification information required when using ASR services

Constructors

RTCASRConfig({required String uid, required String accessToken, String secretKey = '', ASRAuthorizationType authorizationType = ASRAuthorizationType.token, required String cluster, required String appId})

Properties

accessToken String
Access token
getter/setter pair
appId String
APP ID
getter/setter pair
authorizationType ASRAuthorizationType
Authentication method
getter/setter pair
cluster String
Scenario information
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey String
Private key
getter/setter pair
uid String
User ID
getter/setter pair

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