Click or drag to resize

RegisterStatus Class

This data class contains information about the register callback status.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1RegisterStatus

Namespace:  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class RegisterStatus

The RegisterStatus type exposes the following members.

Constructors
  NameDescription
Public methodRegisterStatus
Initializes a new instance of the RegisterStatus class
Top
Properties
  NameDescription
Public propertystatus
The current status of the job: created if the callback URL was successfully white-listed as a result of the call or already created if the URL was already white-listed.
Public propertyurl
The callback URL that is successfully registered
Top
See Also