camera-scan
androidJvm
camera-scan
/
com.king.camera.scan
/
AnalyzeResult
Analyze
Result
open
class
AnalyzeResult
<
T
>
分析结果
Author
Jenly
Follow me
Members
Constructors
Analyze
Result
Link copied to clipboard
constructor
(
@
NonNull
imageData
:
Array
<
Byte
>
,
imageFormat
:
Int
,
@
NonNull
frameMetadata
:
FrameMetadata
,
@
NonNull
result
:
T
)
Properties
bitmap
Link copied to clipboard
@get:
Nullable
open
val
bitmap
:
Bitmap
分析的图像
frame
Metadata
Link copied to clipboard
@get:
NonNull
val
frameMetadata
:
FrameMetadata
帧元数据
image
Data
Link copied to clipboard
@get:
NonNull
val
imageData
:
Array
<
Byte
>
图像数据
image
Format
Link copied to clipboard
val
imageFormat
:
Int
图像格式:
ImageFormat
result
Link copied to clipboard
@get:
NonNull
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
获取图像的宽