struct ARObjectDetectionModelEventArgs
(Niantic.Lightship.AR.ObjectDetection.ARObjectDetectionModelEventArgs)
概要
準備が整ったオブジェクト検出モデルに関する情報のための構造体。 これは、ARObjectDetectionManager.MetadataInitializedイベントで情報を伝達するために使用される。
struct ARObjectDetectionModelEventArgs:IEquatable< ARObjectDetectionModelEventArgs > {
// properties
IReadOnlyList<string> CategoryNames;
// メソッド
override int GetHashCode();
override bool Equals(object obj);
bool Equals(ARObjectDetectionModelEventArgs other);
static bool operator == (
ARObjectDetectionModelEventArgs lhs,
ARObjectDetectionModelEventArgs rhs
);
static bool operator != (
ARObjectDetectionModelEventArgs lhs,
ARObjectDetectionModelEventArgs rhs
);
};
詳細なドキュメント
準備が整ったオブジェクト検出モデルに関する情報のための構造体。 これは、ARObjectDetectionManager.MetadataInitializedイベントで情報を伝達するために使用される。
これは実験的なAPIです。 実験的な機能は変更される可能性があり、公式にはサポートされていません。