ARObjectDetectionModelEventArgs
A structure for information about the object detection model that's become ready. This is used to...
Declaration
public struct ARObjectDetectionModelEventArgs : ValueType, IEquatable<ARObjectDetectionModelEventArgs>Summary
A structure for information about the object detection model that's become ready. This is used to communicate information in the CategoryNamesAvailable event.
Remarks
This is an experimental API. Experimental features are subject to breaking changes, not officially supported, and may be deprecated without notice.
Properties
| Name | Type | Summary |
|---|---|---|
| CategoryNames | IReadOnlyList<string> | - |
Methods
| Name | Type | Summary |
|---|---|---|
| Equals | bool | - |
| GetHashCode | int | - |
Operators
| Name | Type | Summary |
|---|---|---|
| static != | bool | - |
| static == | bool | - |
Relationships
implements: System.IEquatable