MicrophoneArrayGeometry コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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[]
マイク配列内のマイクの座標。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET