struct ARObjectDetectionModelEventArgs
(Niantic.Lightship.AR.ObjectDetection.ARObjectDetectionModelEventArgs)
概要
準 備が整ったオブジェクト検出モデルに関する情報のための構造体。 これは、ARObjectDetectionManager.MetadataInitializedイベントで情報を伝達するために使用される。
	struct ARObjectDetectionModelEventArgs:IEquatable< ARObjectDetectionModelEventArgs > {
		// properties
	
		IReadOnlyList<string> CategoryNames;
		// methods
	
		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
		);
};