Packagecom.aispeech.log
Classpublic class LatencyLog
InheritanceLatencyLog Inheritance ASSDKLogBase Inheritance Object

Session log when a connection closes Information loged included:
         Default log of ASSDKLogBase
         sessionId
         logType = ASSDKLogType.SESSION_LOG
         logEvent = ASSDKLogEvent.LATENCY_RESULT
     avgLatency
         avgThroughput
         url
     



Public Properties
 PropertyDefined By
  avgLatency : String
[write-only]
LatencyLog
  avgThroughput : String
[write-only]
LatencyLog
 InheritedLOG_SERVICE_URL : String = http://log.aispeech.com/sdk-monitor/sdklog
[static]
ASSDKLogBase
  sessionId : String
[write-only]
LatencyLog
  url : String
[write-only]
LatencyLog
Protected Properties
 PropertyDefined By
 Inherited_logObject : Object
ASSDKLogBase
Public Methods
 MethodDefined By
  
LatencyLog
 Inherited
getTimeStamp():String
[static]
ASSDKLogBase
 Inherited
send():void
ASSDKLogBase
 Inherited
toString():String
ASSDKLogBase
Protected Methods
 MethodDefined By
 Inherited
addLog(name:String, value:String):void
ASSDKLogBase
 Inherited
getLog(name:String):String
ASSDKLogBase
 Inherited
hasLog(name:String):Boolean
ASSDKLogBase
Property Detail
avgLatencyproperty
avgLatency:String  [write-only]


Implementation
    public function set avgLatency(value:String):void
avgThroughputproperty 
avgThroughput:String  [write-only]


Implementation
    public function set avgThroughput(value:String):void
sessionIdproperty 
sessionId:String  [write-only]


Implementation
    public function set sessionId(value:String):void
urlproperty 
url:String  [write-only]


Implementation
    public function set url(value:String):void
Constructor Detail
LatencyLog()Constructor
public function LatencyLog()