Compartir a través de


PullAudioInputStreamCallback.GetProperty(PropertyId) Método

Definición

Obtiene una propiedad del búfer de datos. Si no se encuentra la propiedad , se devuelve una cadena vacía. Agregado en la versión 1.5.0

public virtual string GetProperty (Microsoft.CognitiveServices.Speech.PropertyId id);
abstract member GetProperty : Microsoft.CognitiveServices.Speech.PropertyId -> string
override this.GetProperty : Microsoft.CognitiveServices.Speech.PropertyId -> string
Public Overridable Function GetProperty (id As PropertyId) As String

Parámetros

id
PropertyId

Identificador de propiedad.

Devoluciones

El valor de la propiedad.

Comentarios

Use estas propiedades para obtener detalles sobre este búfer de datos:

* PropertyId.ConversationTranscribingService_DataBufferTimeStamp * PropertyId.ConversationTranscribingService_DataBufferUserId

Se aplica a