VisionSource.FromPayload(Byte[], String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a VisionSource from an input byte array
public static Azure.AI.Vision.Core.Input.VisionSource FromPayload (byte[] data, string type);
static member FromPayload : byte[] * string -> Azure.AI.Vision.Core.Input.VisionSource
Public Shared Function FromPayload (data As Byte(), type As String) As VisionSource
Parameters
- data
- Byte[]
The binary data
- type
- String
The data type
Returns
A VisionSource that uses this input byte array
Remarks
Not implemented
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET