MicrophoneArrayGeometry Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
MicrophoneArrayGeometry(MicrophoneArrayType, MicrophoneCoordinates[]) |
Cria uma nova instância de MicrophoneArrayGeometry. O ângulo inicial de formatação é definido como zero. O ângulo final de formatação será definido como 180 graus se microphoneArrayType for Linear, caso contrário, ele será definido como 360 graus. |
MicrophoneArrayGeometry(MicrophoneArrayType, UInt16, UInt16, MicrophoneCoordinates[]) |
Cria uma nova instância de MicrophoneArrayGeometry. |
MicrophoneArrayGeometry(MicrophoneArrayType, MicrophoneCoordinates[])
Cria uma nova instância de MicrophoneArrayGeometry. O ângulo inicial de formatação é definido como zero. O ângulo final de formatação será definido como 180 graus se microphoneArrayType for Linear, caso contrário, ele será definido como 360 graus.
public MicrophoneArrayGeometry (Microsoft.CognitiveServices.Speech.Audio.MicrophoneArrayType microphoneArrayType, Microsoft.CognitiveServices.Speech.Audio.MicrophoneCoordinates[] microphoneCoordinates);
new Microsoft.CognitiveServices.Speech.Audio.MicrophoneArrayGeometry : Microsoft.CognitiveServices.Speech.Audio.MicrophoneArrayType * Microsoft.CognitiveServices.Speech.Audio.MicrophoneCoordinates[] -> Microsoft.CognitiveServices.Speech.Audio.MicrophoneArrayGeometry
Public Sub New (microphoneArrayType As MicrophoneArrayType, microphoneCoordinates As MicrophoneCoordinates())
Parâmetros
- microphoneArrayType
- MicrophoneArrayType
Tipo de matriz de microfone.
- microphoneCoordinates
- MicrophoneCoordinates[]
Coordenadas de microfones na matriz de microfone.
Aplica-se a
MicrophoneArrayGeometry(MicrophoneArrayType, UInt16, UInt16, MicrophoneCoordinates[])
Cria uma nova instância de MicrophoneArrayGeometry.
public MicrophoneArrayGeometry (Microsoft.CognitiveServices.Speech.Audio.MicrophoneArrayType microphoneArrayType, ushort beamformingStartAngle, ushort beamformingEndAngle, Microsoft.CognitiveServices.Speech.Audio.MicrophoneCoordinates[] microphoneCoordinates);
new Microsoft.CognitiveServices.Speech.Audio.MicrophoneArrayGeometry : Microsoft.CognitiveServices.Speech.Audio.MicrophoneArrayType * uint16 * uint16 * Microsoft.CognitiveServices.Speech.Audio.MicrophoneCoordinates[] -> Microsoft.CognitiveServices.Speech.Audio.MicrophoneArrayGeometry
Public Sub New (microphoneArrayType As MicrophoneArrayType, beamformingStartAngle As UShort, beamformingEndAngle As UShort, microphoneCoordinates As MicrophoneCoordinates())
Parâmetros
- microphoneArrayType
- MicrophoneArrayType
Tipo de matriz de microfone.
- beamformingStartAngle
- UInt16
Ângulo inicial para formatação em graus.
- beamformingEndAngle
- UInt16
Ângulo final para formatação em graus.
- microphoneCoordinates
- MicrophoneCoordinates[]
Coordenadas de microfones na matriz de microfone.
Aplica-se a
Azure SDK for .NET