次の方法で共有


MicrophoneArrayGeometry コンストラクター

定義

オーバーロード

MicrophoneArrayGeometry(MicrophoneArrayType, MicrophoneCoordinates[])

MicrophoneArrayGeometry の新しいインスタンスを作成します。 ビームフォーミング開始角度は 0 に設定されます。 microphoneArrayType が Linear の場合、ビームフォーミングの終了角度は 180 度に設定され、それ以外の場合は 360 度に設定されます。

MicrophoneArrayGeometry(MicrophoneArrayType, UInt16, UInt16, MicrophoneCoordinates[])

MicrophoneArrayGeometry の新しいインスタンスを作成します。

MicrophoneArrayGeometry(MicrophoneArrayType, MicrophoneCoordinates[])

MicrophoneArrayGeometry の新しいインスタンスを作成します。 ビームフォーミング開始角度は 0 に設定されます。 microphoneArrayType が Linear の場合、ビームフォーミングの終了角度は 180 度に設定され、それ以外の場合は 360 度に設定されます。

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())

パラメーター

microphoneArrayType
MicrophoneArrayType

マイク配列の種類。

microphoneCoordinates
MicrophoneCoordinates[]

マイク配列内のマイクの座標。

適用対象

MicrophoneArrayGeometry(MicrophoneArrayType, UInt16, UInt16, MicrophoneCoordinates[])

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())

パラメーター

microphoneArrayType
MicrophoneArrayType

マイク配列の種類。

beamformingStartAngle
UInt16

ビームフォーミングの開始角度を度単位で指定します。

beamformingEndAngle
UInt16

ビームフォーミングの終了角度を度単位で指定します。

microphoneCoordinates
MicrophoneCoordinates[]

マイク配列内のマイクの座標。

適用対象