Response Class

Definition

Defines a response. All schemas that could be returned at the root of a response should inherit from this

public class Response : Microsoft.Azure.CognitiveServices.Language.SpellCheck.Models.Identifiable
type Response = class
    inherit Identifiable
Public Class Response
Inherits Identifiable
Inheritance
Derived

Constructors

Response()

Initializes a new instance of the Response class.

Response(String)

Initializes a new instance of the Response class.

Properties

Id

Gets a String identifier.

(Inherited from Identifiable)

Applies to