다음을 통해 공유


SpeechSynthesisRequest Class

Definition

Contains detailed information for a speech synthesis request. Note: This class is in preview and may be subject to change in future versions. Added in version 1.37.0

public class SpeechSynthesisRequest : IDisposable
type SpeechSynthesisRequest = class
    interface IDisposable
Public Class SpeechSynthesisRequest
Implements IDisposable
Inheritance
SpeechSynthesisRequest
Implements

Constructors

SpeechSynthesisRequest(SpeechSynthesisRequestInputType)

Creates a speech synthesis request.

Properties

InputStream

Gets the input stream for the request.

Properties

Contains properties of the request.

Methods

Dispose()

Dispose of associated resources.

Dispose(Boolean)

This method performs cleanup of resources. The Boolean parameter disposing indicates whether the method is called from Dispose() (if disposing is true) or from the finalizer (if disposing is false). Derived classes should override this method to dispose resource if needed.

Applies to