public LeadRect[] OutOfFocusBlocks {get;}
'Declaration
Public ReadOnly Property OutOfFocusBlocks As LeadRect()
'Usage
Dim instance As TextBlurDetectorCommand
Dim value() As LeadRect
value = instance.OutOfFocusBlocks
public LeadRect[] OutOfFocusBlocks {get;}
@property (nonatomic, strong, readonly) NSMutableArray<NSValue *> *outOfFocusBlocks //LeadRect
public ArrayList<LeadRect> getOutOfFocusBlocks()
public:
property array<LeadRect>^ OutOfFocusBlocks {
array<LeadRect>^ get();
}
Property Value
An array of LeadRect, each of which contains the 4 corners of an out-of-focus block.