toggle menu
WeChatQRCode
androidJvm
switch theme
search in API
wechat-qrcode-scanning
/
com.king.wechat.qrcode.scanning.analyze
/
WeChatScanningAnalyzer
/
QRCodeAnalyzeResult
QRCode
Analyze
Result
open
class
QRCodeAnalyzeResult
<
T
>
:
AnalyzeResult
<
T
>
二维码分析结果
Parameters
<T>
Members
Constructors
QRCode
Analyze
Result
Link copied to clipboard
constructor
(
@
NonNull
imageData
:
Array
<
Byte
>
,
imageFormat
:
Int
,
@
NonNull
frameMetadata
:
FrameMetadata
,
@
NonNull
result
:
T
)
constructor
(
@
NonNull
imageData
:
Array
<
Byte
>
,
imageFormat
:
Int
,
@
NonNull
frameMetadata
:
FrameMetadata
,
@
NonNull
result
:
T
,
@
Nullable
points
:
List
<
Mat
>
)
Properties
bitmap
Link copied to clipboard
open
val
bitmap
:
Bitmap
frame
Metadata
Link copied to clipboard
val
frameMetadata
:
FrameMetadata
image
Data
Link copied to clipboard
val
imageData
:
Array
<
Byte
>
image
Format
Link copied to clipboard
val
imageFormat
:
Int
points
Link copied to clipboard
@get:
Nullable
open
val
points
:
List
<
Mat
>
二维码的位置点信息
result
Link copied to clipboard
val
result
:
T
Functions
get
Bitmap
Height
Link copied to clipboard
open
fun
getBitmapHeight
(
)
:
Int
get
Bitmap
Width
Link copied to clipboard
open
fun
getBitmapWidth
(
)
:
Int
get
Image
Height
Link copied to clipboard
open
fun
getImageHeight
(
)
:
Int
get
Image
Width
Link copied to clipboard
open
fun
getImageWidth
(
)
:
Int