ObjectObserver.LoadObjectModelAsync(Byte[]) 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.
Load an object model for detecting its instance.
public:
System::Threading::Tasks::Task<Microsoft::Azure::ObjectAnchors::ObjectModel ^> ^ LoadObjectModelAsync(cli::array <System::Byte> ^ buffer);
public System.Threading.Tasks.Task<Microsoft.Azure.ObjectAnchors.ObjectModel> LoadObjectModelAsync (byte[] buffer);
member this.LoadObjectModelAsync : byte[] -> System.Threading.Tasks.Task<Microsoft.Azure.ObjectAnchors.ObjectModel>
Public Function LoadObjectModelAsync (buffer As Byte()) As Task(Of ObjectModel)
Parameters
- buffer
- Byte[]
Byte array of an object model blob.