Partilhar via


PullAudioInputStreamCallback.GetProperty(PropertyId) Método

Definição

Obtém uma propriedade do buffer de dados. Se a propriedade não for encontrada, uma cadeia de caracteres vazia será retornada. Adicionado em 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

Uma ID de propriedade.

Retornos

O valor da propriedade

Comentários

Use estas propriedades para obter detalhes sobre esse buffer de dados:

* PropertyId.ConversationTranscribingService_DataBufferTimeStamp * PropertyId.ConversationTranscribingService_DataBufferUserId

Aplica-se a